diff --git a/www/index.html b/www/index.html
index 97497ddc..5b67fda7 100644
--- a/www/index.html
+++ b/www/index.html
@@ -114,16 +114,16 @@
Changes in version 1.0
- - App is no longer in Beta!
+ - App is no longer in Beta!
- Included ZIM updated to wikipedia_en_medicine_maxi_2020-10.zim
- - App now supports newest archives encoded with ZSTD compression
+ - App now supports newest archives encoded with ZSTD compression
- Use Native Filesystem API in PWA version of app
- - For folders containing multiple archives, keyboard selection is now supported
- - Option to display articles with all sections open or closed
+ - For folders containing multiple archives, keyboard selection is now supported
+ - Option to display articles with all sections open or closed
- Improvement to the block cache and faster BLOB reading
- - Fix bug whereby wrong archive would be selected on click
- - Fix critical error on app load if packaged archive name has changed
- - Download links are no longer erroneously cached by the Service Worker
+ - Fix bug whereby wrong archive would be selected on click
+ - Fix critical error on app load if packaged archive name has changed
+ - Download links are no longer erroneously cached by the Service Worker
Full changelog...
diff --git a/www/js/init.js b/www/js/init.js
index eb87a403..c607aeea 100644
--- a/www/js/init.js
+++ b/www/js/init.js
@@ -49,7 +49,7 @@ var params = {};
*/
var appstate = {};
-params['version'] = "1.0.0"; //DEV: Manually update this version when there is a new release: it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
+params['version'] = "1.0.1"; //DEV: Manually update this version when there is a new release: it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
params['packagedFile'] = "wikipedia_en_100_maxi.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)
params['fileVersion'] = "wikipedia_en_100_maxi_2020-08.zim (21-Aug-2020)"; //Use generic name for actual file, and give version here