Skip to content

Commit

Permalink
Bump app to version 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Feb 21, 2024
1 parent feb8e6a commit 4b2f007
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion manifest.fx.v3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Kiwix",
"version": "3.11.9",
"version": "4.0.0",

"description": "Kiwix Offline Browser",

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Kiwix JS Browser Extension",
"short_name": "Kiwix JS",
"version": "3.11.9",
"version": "4.0.0",

"description": "Kiwix is an offline reader for content from Wikipedia, Project Gutenberg, TED Talks, Wikivoyage, Stackexchange, and many other Web archives. It makes knowledge available to people with limited or no Internet access.",

Expand Down
2 changes: 1 addition & 1 deletion manifest.v2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kiwix",
"version": "3.11.9",
"version": "4.0.0",

"description": "Kiwix : offline Wikipedia reader",

Expand Down
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.11.9",
"version": "4.0.0",
"name": "Kiwix",
"description": "Offline Wikipedia Viewer, and more",
"launch_path": "/www/index.html",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiwix-js",
"productName": "Kiwix JS",
"version": "3.11.9",
"version": "4.0.0",
"description": "Kiwix JS offline ZIM archive reader",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.11.9';
const appVersion = '4.0.0';

/**
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored
Expand Down
2 changes: 1 addition & 1 deletion ubuntu_touch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"architecture": "all",
"maintainer": "Kiwix team <[email protected]>",
"framework": "ubuntu-sdk-16.04",
"version": "3.11.9",
"version": "4.0.0",
"title": "Kiwix",
"hooks": {
"kiwix": {
Expand Down
2 changes: 1 addition & 1 deletion www/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var params = {};
* WARNING: Only change these parameters if you know what you are doing
*/
// The current version number of this app
params['appVersion'] = '3.11.9'; // **IMPORTANT** Ensure this is the same as the version number in service-worker.js
params['appVersion'] = '4.0.0'; // **IMPORTANT** Ensure this is the same as the version number in service-worker.js
// The PWA server (for use with the browser extensions in ServiceWorker mode)
params['PWAServer'] = 'https://browser-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
Expand Down

0 comments on commit 4b2f007

Please sign in to comment.