smartclient-eval
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -223,3 +223,3 @@ /* | ||
static get DEVELOP_BRANCH() { | ||
return "13.0"; | ||
return "13.1"; | ||
} | ||
@@ -233,3 +233,3 @@ | ||
static get DEFAULT_BRANCH() { | ||
return "12.1"; | ||
return "13.0"; | ||
} | ||
@@ -236,0 +236,0 @@ |
@@ -36,3 +36,3 @@ { | ||
}, | ||
"version": "0.9.1" | ||
"version": "0.9.2" | ||
} |
@@ -71,5 +71,5 @@ Provides access to | ||
Update to SmartClient 12.1 branch, installing all skins: | ||
Update to SmartClient 13.0 branch, installing all skins: | ||
npm run update --branch=12.1 --skins=all | ||
npm run update --branch=13.0 --skins=all | ||
@@ -76,0 +76,0 @@ ### npm v7 |