jiachenlong/config/VERSION.json

23 lines
384 B
JSON

{
"version": "0.1.6",
"updated": "2026-05-01",
"modules": {
"frontend": {
"version": "0.1.6",
"pages": {
"Home": "0.1.0",
"Purchase": "0.2.0",
"List": "0.1.6"
}
},
"backend": {
"version": "0.1.6",
"routers": {
"purchase": "0.2.0"
},
"models": {
"purchase": "0.1.0"
}
}
}
}