mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 12:19:46 -04:00
Bump app version to 2.1.4
Former-commit-id: 2cf702066e9c49a6af8e165949b3bfeb23e97f0c [formerly bd81b8324a50d316d94eeebd3cbc4b225c554f65] Former-commit-id: 0db4e8495efc57dcfe2538823e108bf48cd23e5c
This commit is contained in:
parent
8f36e0a1cf
commit
825a05c8c6
@ -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": {
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user