diff --git a/calculator.appcache b/calculator.appcache
index edcae1a..db21464 100644
--- a/calculator.appcache
+++ b/calculator.appcache
@@ -1,5 +1,5 @@
CACHE MANIFEST
-# v3.1.1: 2015-11-05
+# v3.1.2: 2015-12-14
index.html
js/script.js
css/style.css
diff --git a/index.html b/index.html
index 9eee362..5bf5dc3 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/js/script.js b/js/script.js
index 4848102..8ebfff4 100644
--- a/js/script.js
+++ b/js/script.js
@@ -4,7 +4,7 @@
* A calculator iOS web application that supports brackets, backspace and saved
* calculation history. The app uses HTML5 app caching so it will work offline.
*
- * @version 3.1.1
+ * @version 3.1.2
*/
"use strict";
@@ -13,7 +13,7 @@ var devmode = true;
function Calculator() {
this.settings = {
- version: '3.1.1',
+ version: '3.1.2',
history: 100,
fontsize: 60,
decimals: 2