Set version 1.2.1
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 4m15s

This commit is contained in:
2023-11-07 18:01:23 +01:00
parent 49121fd179
commit b15c3b7fa3
95 changed files with 178 additions and 178 deletions

View File

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

View File

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