jiachenlong/config/VERSION.json

22 lines
359 B
JSON

{
"version": "0.1.2",
"updated": "2026-04-30",
"modules": {
"frontend": {
"version": "0.1.2",
"pages": {
"Home": "0.1.0",
"Purchase": "0.0.2"
}
},
"backend": {
"version": "0.1.2",
"routers": {
"purchase": "0.1.0"
},
"models": {
"purchase": "0.1.0"
}
}
}
}