Bump version to 1.2.0

This commit is contained in:
IT狗
2026-07-21 12:45:46 +08:00
parent 9980f8d80a
commit 2d9b73df9d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1951,7 +1951,7 @@ async def get_version(
commit = "unknown"
date = ""
return {
"version": "1.1.0",
"version": "1.2.0",
"commit": commit,
"date": date,
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "aars-frontend",
"private": true,
"version": "1.0.0",
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",