Bump app version to test updating

This commit is contained in:
Jaifroid 2023-01-09 20:17:51 +00:00
parent e83925fb13
commit b3f75c52d4
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kiwix",
"version": "3.7.1",
"version": "3.7.2",
"description": "Kiwix : offline Wikipedia reader",

View File

@ -1,5 +1,5 @@
{
"version": "3.7.1",
"version": "3.7.2",
"name": "Kiwix",
"description": "Offline Wikipedia Viewer, and more",
"launch_path": "/www/index.html",

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

View File

@ -4,7 +4,7 @@
"architecture": "all",
"maintainer": "Kiwix team <contact+ubuntutouch@kiwix.org>",
"framework": "ubuntu-sdk-16.04",
"version": "3.7.1",
"version": "3.7.2",
"title": "Kiwix",
"hooks": {
"kiwix": {

View File

@ -71,7 +71,7 @@ define(['jquery', 'zimArchiveLoader', 'uiUtil', 'settingsStore','abstractFilesys
* WARNING: Only change these paramaeters if you know what you are doing
*/
// The current version number of this app
params['appVersion'] = '3.7.1'; // **IMPORTANT** Ensure this is the same as the version number in service-worker.js
params['appVersion'] = '3.7.2'; // **IMPORTANT** Ensure this is the same as the version number in service-worker.js
// The PWA server (currently only for use with the Mozilla extension)
params['PWAServer'] = 'https://moz-extension.kiwix.org/current/'; // Include final slash!
// params['PWAServer'] = 'https://kiwix.github.io/kiwix-js/'; // DEV: Uncomment this line for testing code on GitHub Pages