mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 19:57:46 -04:00
Bump version
Former-commit-id: 482e095920d3840a62be1dec4153605b6236be22 [formerly d4c8506c68fcd4894da02085e367062ea47896af] [formerly 934fc556cd10f06289bbb09833039a222504bdb8] [formerly 5ad837a969b1b6c49097fb63d56ba69dbf97a1e6 [formerly f147c2dd6e4c213b6e2029256b89120ef9c20f61 [formerly 88534dca1dbb4c5687822a44b1a6b4986a8c7d39]]] Former-commit-id: fd70df66f6aae29e456bf7c5cc4812633781f957 [formerly 9cc9cae5f923db03852b4f9d83333d4a87723feb [formerly 71b29221e532ad1a7772d71cd631c05a4c9fb3fa]] Former-commit-id: bf91856b8f227909a062959cea2fca16a2efa28f [formerly ad4bbd75a4143937e4895ae866abcabe5baf1d17] Former-commit-id: 98cd0c1c80f1687e4b69fb5e976039fd97095f14
This commit is contained in:
parent
d1d12c07bd
commit
7e454893ba
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "kiwix-js-electron",
|
||||
"productName": "Kiwix JS Electron",
|
||||
"version": "1.9.81-E",
|
||||
"version": "1.9.82-E",
|
||||
"description": "Kiwix JS packaged for the Electron framework",
|
||||
"main": "main.js",
|
||||
"build": {
|
||||
@ -112,3 +112,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "kiwix_js_windows",
|
||||
"productName": "Kiwix JS Windows",
|
||||
"version": "1.9.81-N",
|
||||
"version": "1.9.82-N",
|
||||
"description": "Kiwix JS Windows for NWJS",
|
||||
"main": "index.html",
|
||||
"domain": "kiwix.js.windows",
|
||||
@ -94,3 +94,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@ if (-Not $only32bit) {
|
||||
}
|
||||
$version10 = "0.62.0" # <<< value updated automatically from package.json if launched from Create-DraftRelease
|
||||
$versionXP = "0.14.7"
|
||||
$appBuild = "1.9.81-N" # <<< value updated auotmatically from package.json if launched from Create-DraftRelease
|
||||
$appBuild = "1.9.82-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"
|
||||
@ -108,3 +108,4 @@ foreach ($build in $builds) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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 = '1.9.81';
|
||||
const appVersion = '1.9.82';
|
||||
|
||||
/**
|
||||
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored
|
||||
|
@ -50,7 +50,7 @@ var params = {};
|
||||
*/
|
||||
var appstate = {};
|
||||
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
||||
params['appVersion'] = "1.9.81"; //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'] = "1.9.82"; //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-04.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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user