1.0.0 #253
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "kdb-web",
|
||||
"version": "1.0.dev232",
|
||||
"version": "1.0.0.rc1",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"update-version": "ts-node-esm update-version.ts",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"WebVersion": {
|
||||
"Major": "1",
|
||||
"Minor": "0",
|
||||
"Micro": "dev232"
|
||||
"Micro": "0.rc1"
|
||||
},
|
||||
"Themes": [
|
||||
{
|
||||
|
@ -33,7 +33,7 @@ async function getVersion(): Promise<SoftwareVersion> {
|
||||
}
|
||||
|
||||
if (versions.length > 2) {
|
||||
micro = versions[2];
|
||||
micro = versions.slice(2).toString().replace(',', '.');
|
||||
}
|
||||
} else if (branch.startsWith("#")) {
|
||||
const fs = require("fs");
|
||||
|
Loading…
Reference in New Issue
Block a user