diff --git a/pom.xml b/pom.xml
index 90159ac21f..2da3fe376a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
com.tyndalehouse.step
step-mvn
- 23.11.5
+ 23.11.6
pom
STEP :: Scripture Tools for Every pastor
diff --git a/step-assembly/pom.xml b/step-assembly/pom.xml
index 7d9aa5a651..39ce8aa0e1 100644
--- a/step-assembly/pom.xml
+++ b/step-assembly/pom.xml
@@ -5,7 +5,7 @@
step-mvn
com.tyndalehouse.step
- 23.11.5
+ 23.11.6
4.0.0
diff --git a/step-build/pom.xml b/step-build/pom.xml
index 33dc52afe9..de8af6ec4c 100644
--- a/step-build/pom.xml
+++ b/step-build/pom.xml
@@ -4,7 +4,7 @@
com.tyndalehouse.step
step-mvn
- 23.11.5
+ 23.11.6
step-build
diff --git a/step-core-data/pom.xml b/step-core-data/pom.xml
index f2ecf2b737..c7e37deedb 100644
--- a/step-core-data/pom.xml
+++ b/step-core-data/pom.xml
@@ -7,7 +7,7 @@
com.tyndalehouse.step
step-mvn
- 23.11.5
+ 23.11.6
step-core-data
diff --git a/step-core/pom.xml b/step-core/pom.xml
index 0397dfd1ac..fda970f534 100644
--- a/step-core/pom.xml
+++ b/step-core/pom.xml
@@ -4,7 +4,7 @@
com.tyndalehouse.step
step-mvn
- 23.11.5
+ 23.11.6
com.tyndalehouse.step
diff --git a/step-packages/pom.xml b/step-packages/pom.xml
index 1b9ddf64dd..7b02635f9d 100644
--- a/step-packages/pom.xml
+++ b/step-packages/pom.xml
@@ -5,7 +5,7 @@
com.tyndalehouse.step
step-mvn
- 23.11.5
+ 23.11.6
com.tyndalehouse.step
diff --git a/step-server/pom.xml b/step-server/pom.xml
index 1d12daa8c0..0f050acb78 100644
--- a/step-server/pom.xml
+++ b/step-server/pom.xml
@@ -2,7 +2,7 @@
com.tyndalehouse.step
step-mvn
- 23.11.5
+ 23.11.6
4.0.0
diff --git a/step-test/pom.xml b/step-test/pom.xml
index 583e19441b..e3c9f3cc75 100644
--- a/step-test/pom.xml
+++ b/step-test/pom.xml
@@ -6,7 +6,7 @@
com.tyndalehouse.step
step-mvn
- 23.11.5
+ 23.11.6
com.tyndalehouse.step
diff --git a/step-tools/pom.xml b/step-tools/pom.xml
index 52e6629233..818be384f3 100644
--- a/step-tools/pom.xml
+++ b/step-tools/pom.xml
@@ -4,7 +4,7 @@
com.tyndalehouse.step
step-mvn
- 23.11.5
+ 23.11.6
com.tyndalehouse.step
diff --git a/step-war-precompiled/pom.xml b/step-war-precompiled/pom.xml
index 0fdf03f17c..c06b9bea5f 100644
--- a/step-war-precompiled/pom.xml
+++ b/step-war-precompiled/pom.xml
@@ -5,7 +5,7 @@
step-mvn
com.tyndalehouse.step
- 23.11.5
+ 23.11.6
4.0.0
diff --git a/step-web-test/pom.xml b/step-web-test/pom.xml
index 5561b98f02..a56f23fc4a 100644
--- a/step-web-test/pom.xml
+++ b/step-web-test/pom.xml
@@ -5,7 +5,7 @@
com.tyndalehouse.step
step-mvn
- 23.11.5
+ 23.11.6
com.tyndalehouse.step
diff --git a/step-web/pom.xml b/step-web/pom.xml
index 3e05f0d764..668bfd4ef3 100644
--- a/step-web/pom.xml
+++ b/step-web/pom.xml
@@ -4,7 +4,7 @@
com.tyndalehouse.step
step-mvn
- 23.11.5
+ 23.11.6
step-web
diff --git a/step-web/src/main/webapp/start.jsp b/step-web/src/main/webapp/start.jsp
index c22bb645e1..9adb8d7c79 100644
--- a/step-web/src/main/webapp/start.jsp
+++ b/step-web/src/main/webapp/start.jsp
@@ -472,7 +472,6 @@ userCountry = (userCountry == null) ? "UNKNOWN" : userCountry.toUpperCase();
step.userLanguageCode = "${ languageCode }";
step.userCountryCode = "<%=userCountry%>";
-
// code to enable mobile device swipe to go back or forward one chapter
var ua = navigator.userAgent.toLowerCase();
if ((ua.indexOf("android") > -1) || (ua.indexOf("iphone") > -1) || (ua.indexOf("ipad") > -1) ||