Fixed version #407

This commit is contained in:
Sven Heidemann 2023-10-24 19:21:16 +02:00
parent 1c20bbed66
commit b943b9a7ed
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "web", "name": "web",
"version": "1.2.dev407", "version": "1.2.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"update-version": "ts-node update-version.ts", "update-version": "ts-node update-version.ts",
@ -52,4 +52,4 @@
"tslib": "^2.4.1", "tslib": "^2.4.1",
"typescript": "~4.9.5" "typescript": "~4.9.5"
} }
} }

View File

@ -2,6 +2,6 @@
"WebVersion": { "WebVersion": {
"Major": "1", "Major": "1",
"Minor": "2", "Minor": "2",
"Micro": "dev407" "Micro": "0"
} }
} }