diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13624c46..3234901a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,12 @@
* FEATURE: Support Full Screen (all browsers) and rotation lock (primarily intended for mobile)
* FEATURE: Significant speed-up of access to Wikimedia archives with option to ignore unneeded JS files
* SECURITY: Added sandbox attribute to iframe to block top-level navigation and attempts by scripts to "phone home"
+* UPDATE: Sample archive changed to `wikipedia_en_100_mini_2023-03`
+* UPDATE: Mobile styles for Wiktionary archives
* ENHANCEMENT: Provide indication of archive download progress in Electron app
* ENHANCEMENT: Avoid opening blank window when downloading archive in Electron/NWJS
* ENHANCEMENT: Provide troubleshooting option to disable drag-and-drop
* ENHANCEMENT: Use screen width more efficiently in SW mode (with Remove max page width option)
-* UPDATE: Mobile styles for Wiktionary archives
* FIX: Return to article links were missing in ServiceWorker mode
* FIX: Removed orientation key that prevented proper setting of orientation in some contexts
* FIX: Improved detection of Wikimedia ZIMs for seleciton of printing stylesheet
diff --git a/archives/wikipedia_en_100_mini_2023-01.txt b/archives/wikipedia_en_100_mini_2023-03.txt
similarity index 100%
rename from archives/wikipedia_en_100_mini_2023-01.txt
rename to archives/wikipedia_en_100_mini_2023-03.txt
diff --git a/www/index.html b/www/index.html
index 73734173..0a034bac 100644
--- a/www/index.html
+++ b/www/index.html
@@ -109,11 +109,12 @@
Support Full Screen (all browsers) and rotation lock (primarily intended for mobile)
Significant speed-up of access to Wikimedia archives with option to ignore unneeded JS files
Added sandbox attribute to iframe to block top-level navigation and attempts by scripts to "phone home"
+ Sample archive changed to wikipedia_en_100_mini_2023-03
+ Update mobile styles for Wiktionary
Provide indication of archive download progress in Electron app
Avoid opening blank window when downloading archive in Electron/NWJS
Provide troubleshooting option to disable drag-and-drop
Use screen width more efficiently in SW mode (with Remove max page width option)
- Update mobile styles for Wiktionary
Return to article links were missing in ServiceWorker mode
Removed orientation key that prevented proper setting of orientation in some contexts
Improved detection of Wikimedia ZIMs for seleciton of printing stylesheet
diff --git a/www/js/init.js b/www/js/init.js
index 73c0dd09..e8554977 100644
--- a/www/js/init.js
+++ b/www/js/init.js
@@ -51,9 +51,9 @@ var appstate = {};
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
params['appVersion'] = "2.3.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_100_mini_2023-01.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['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_mini_2023-03.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'] = getSetting('fileVersion') || "wikipedia_en_100_mini_2023-01.zim (29 January 2023)"; //This will be displayed in the app - optionally include date of ZIM file
+params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_mini_2023-03.zim (1 March 2023)"; //This will be displayed in the app - optionally include date of ZIM file
// List of known start pages cached in the FS:
params['cachedStartPages'] = {
'wikipedia_en_medicine-app_maxi': 'A/Wikipedia:WikiProject_Medicine/Open_Textbook_of_Medicine2',