Bump app version to 2.1.4

Former-commit-id: 2cf702066e9c49a6af8e165949b3bfeb23e97f0c [formerly bd81b8324a50d316d94eeebd3cbc4b225c554f65]
Former-commit-id: 0db4e8495efc57dcfe2538823e108bf48cd23e5c
This commit is contained in:
Jaifroid 2022-08-28 07:21:45 +03:00
parent 8f36e0a1cf
commit 825a05c8c6
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "kiwix-js-electron", "name": "kiwix-js-electron",
"productName": "Kiwix JS Electron", "productName": "Kiwix JS Electron",
"version": "2.1.3-E", "version": "2.1.4-E",
"description": "Kiwix JS packaged for the Electron framework", "description": "Kiwix JS packaged for the Electron framework",
"main": "main.js", "main": "main.js",
"build": { "build": {

View File

@ -1,7 +1,7 @@
{ {
"name": "kiwix_js_windows", "name": "kiwix_js_windows",
"productName": "Kiwix JS Windows", "productName": "Kiwix JS Windows",
"version": "2.1.3-N", "version": "2.1.4-N",
"description": "Kiwix JS Windows for NWJS", "description": "Kiwix JS Windows for NWJS",
"main": "index.html", "main": "index.html",
"domain": "kiwix.js.windows", "domain": "kiwix.js.windows",

View File

@ -11,7 +11,7 @@ if (-Not $only32bit) {
} }
$version10 = "0.65.0" # <<< value updated automatically from package.json if launched from Create-DraftRelease $version10 = "0.65.0" # <<< value updated automatically from package.json if launched from Create-DraftRelease
$versionXP = "0.14.7" $versionXP = "0.14.7"
$appBuild = "2.1.3-N" # <<< value updated auotmatically from package.json if launched from Create-DraftRelease $appBuild = "2.1.4-N" # <<< value updated auotmatically from package.json if launched from Create-DraftRelease
# $ZIMbase = "wikipedia_en_100" # $ZIMbase = "wikipedia_en_100"
# Check that the dev has included the correct archive in this branch # Check that the dev has included the correct archive in this branch
$init_params = Get-Content -Raw "$PSScriptRoot\..\www\js\init.js" $init_params = Get-Content -Raw "$PSScriptRoot\..\www\js\init.js"

View File

@ -29,7 +29,7 @@
* download and install a new copy; we have to hard code this here because it is needed before any other file * download and install a new copy; we have to hard code this here because it is needed before any other file
* is cached in APP_CACHE * is cached in APP_CACHE
*/ */
const appVersion = '2.1.3'; const appVersion = '2.1.4';
/** /**
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored * The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored