1.1.0.rc2 #342

Merged
edraft merged 9 commits from 1.1.0.rc2 into 1.1.0 2023-08-16 19:09:05 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4e32414f48 - Show all commits

View File

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

View File

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