Set frontend version #1.1.0.rc4

This commit is contained in:
Sven Heidemann 2023-08-16 22:31:28 +02:00
parent 49e0e44461
commit 10c20621a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "kdb-web", "name": "kdb-web",
"version": "1.1.0.rc3", "version": "1.1.0.rc4",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"update-version": "ts-node-esm update-version.ts", "update-version": "ts-node-esm update-version.ts",

View File

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