Build rc1 #1.1.0.rc1

This commit is contained in:
2023-08-16 07:52:52 +02:00
parent f4acc2669d
commit 1f47636e8d
11 changed files with 155 additions and 8 deletions

View File

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

View File

@@ -2,11 +2,6 @@
"ApiURL": "http://localhost:8044",
"PrivacyURL": "https://www.sh-edraft.de/Datenschutz",
"ImprintURL": "https://www.sh-edraft.de/Impressum",
"WebVersion": {
"Major": "1",
"Minor": "0",
"Micro": "dev127_config_in_wi"
},
"Themes": [
{
"Label": "Blue light",

View File

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