diff --git a/xtrn/DDAreaChoosers/DDFileAreaChooser.js b/xtrn/DDAreaChoosers/DDFileAreaChooser.js
index 92d6b53ef109627f8de083079138964fba53fc58..6f3dee9b22154d2b0bf947a09965e043c5d4ae73 100644
--- a/xtrn/DDAreaChoosers/DDFileAreaChooser.js
+++ b/xtrn/DDAreaChoosers/DDFileAreaChooser.js
@@ -55,6 +55,9 @@
  * 2016-02-14 Eric Oulashin 1.10Beta Started updating to allow a header ANSI/ASC
  *                                  to be displayed above the area list
  * 2016-02-15 Eric Oulashin 1.10    Releasing this version
+ * 2016-02-19 Eric Oulashin 1.11    Bug fix: The page number wasn't being updated
+ *                                  properly when changing pages in the file
+ *                                  libraries
  */
 
 /* Command-line arguments:
@@ -83,8 +86,8 @@ if (system.version_num < 31400)
 }
 
 // Version & date variables
-var DD_FILE_AREA_CHOOSER_VERSION = "1.10";
-var DD_FILE_AREA_CHOOSER_VER_DATE = "2016-02-15";
+var DD_FILE_AREA_CHOOSER_VERSION = "1.11";
+var DD_FILE_AREA_CHOOSER_VER_DATE = "2016-02-19";
 
 // Keyboard input key codes
 var CTRL_M = "\x0d";
diff --git a/xtrn/DDAreaChoosers/DDMsgAreaChooser.js b/xtrn/DDAreaChoosers/DDMsgAreaChooser.js
index fc67e3b18a86a98abaf40f9240ecc99a1fd5c354..b185cabf61a988d7be186ad2772f1122c9c2e036 100644
--- a/xtrn/DDAreaChoosers/DDMsgAreaChooser.js
+++ b/xtrn/DDAreaChoosers/DDMsgAreaChooser.js
@@ -53,6 +53,10 @@
  * 2016-02-12 Eric Oulashin 1.10Beta Started working on adding the ability to display
  *                                  a header ANSI/ASCII file above the list.
  * 2016-02-15 Eric Oulashin 1.10    Releasing this version
+ * 2016-02-19 Eric Oulashin 1.11    Bug fix: The page number wasn't being updated
+ *                                  when changing pages in the message groups
+ *                                  when using the arrow keys to scroll between
+ *                                  pages
 */
 
 /* Command-line arguments:
@@ -81,8 +85,8 @@ if (system.version_num < 31400)
 }
 
 // Version & date variables
-var DD_MSG_AREA_CHOOSER_VERSION = "1.10";
-var DD_MSG_AREA_CHOOSER_VER_DATE = "2016-02-15";
+var DD_MSG_AREA_CHOOSER_VERSION = "1.11";
+var DD_MSG_AREA_CHOOSER_VER_DATE = "2016-02-19";
 
 // Keyboard input key codes
 var CTRL_M = "\x0d";