Bump app version

Former-commit-id: cf658341f8891cc5c1b9e25be54df95f72bb2c10 [formerly 286c2ea6f6d7e586391e84071b763e7c40284dcc [formerly 889641b82e6f691b48e04d77a4da36899c258e36]]
Former-commit-id: ca6c98b66b66680a34822fe11ee4796eecd34441 [formerly 2f7de252e65a29ea3a2512f48277d3a6776570fb]
Former-commit-id: b7d117e26cca3e20fd1f4b6f1da70aa0ddc9cf53
This commit is contained in:
Jaifroid 2022-06-07 11:48:09 +01:00
parent 65b3320564
commit cd632b13b4
5 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{
"name": "kiwix-js-electron",
"productName": "Kiwix JS Electron",
"version": "2.0.5-E",
"version": "2.0.6-E",
"description": "Kiwix JS packaged for the Electron framework",
"main": "main.js",
"build": {
@ -105,5 +105,3 @@
"electron-updater": "^5.0.3"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "kiwix_js_windows",
"productName": "Kiwix JS Windows",
"version": "2.0.5-N",
"version": "2.0.6-N",
"description": "Kiwix JS Windows for NWJS",
"main": "index.html",
"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
$versionXP = "0.14.7"
$appBuild = "2.0.5-N" # <<< value updated auotmatically from package.json if launched from Create-DraftRelease
$appBuild = "2.0.6-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"

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
* is cached in APP_CACHE
*/
const appVersion = '2.0.5';
const appVersion = '2.0.6';
/**
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored

View File

@ -50,7 +50,7 @@ var params = {};
*/
var appstate = {};
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
params['appVersion'] = "2.0.5"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js
params['appVersion'] = "2.0.6"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js
/******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_climate_change_mini_2022-05.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
params['archivePath'] = "archives"; //The directory containing the packaged archive(s) (relative to app's root directory)