diff --git a/package.json b/package.json index e9abe7f1..7f7ca03d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "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", "main": "main.js", "build": { diff --git a/package.json.nwjs b/package.json.nwjs index 2e7b5f5f..9e97bc05 100644 --- a/package.json.nwjs +++ b/package.json.nwjs @@ -1,7 +1,7 @@ { "name": "kiwix_js_windows", "productName": "Kiwix JS Windows", - "version": "2.1.3-N", + "version": "2.1.4-N", "description": "Kiwix JS Windows for NWJS", "main": "index.html", "domain": "kiwix.js.windows", diff --git a/scripts/Build-NWJS.ps1 b/scripts/Build-NWJS.ps1 index d7943aca..3c8f5a6c 100644 --- a/scripts/Build-NWJS.ps1 +++ b/scripts/Build-NWJS.ps1 @@ -11,7 +11,7 @@ if (-Not $only32bit) { } $version10 = "0.65.0" # <<< value updated automatically from package.json if launched from Create-DraftRelease $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" # Check that the dev has included the correct archive in this branch $init_params = Get-Content -Raw "$PSScriptRoot\..\www\js\init.js" diff --git a/service-worker.js b/service-worker.js index a5944903..b77c7fb7 100644 --- a/service-worker.js +++ b/service-worker.js @@ -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 * 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