diff --git a/bower.json b/bower.json
index 3b14e5f..09ad434 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "gauge.js",
- "version": "1.3.2",
+ "version": "1.3.3",
"main": [
"dist/gauge.js",
"dist/gauge.min.js",
diff --git a/index.html b/index.html
index a5d57aa..c53605d 100644
--- a/index.html
+++ b/index.html
@@ -194,7 +194,12 @@
Supported browsers
Changes
-Version 1.3.2 (11.02.2017)
+Version 1.3.3 (09.04.2017)
+
+ Improved protection for non-numerical inputs to .set(), which could cause problems like #124.
+
+
+ Version 1.3.2 (11.02.2017)
Bug-fixes (#116 and #117), performance improvements.
diff --git a/package.json b/package.json
index 54f7744..bc97285 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gauge.js",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "100% native and cool looking animated JavaScript/CoffeeScript gauge",
"main": "dist/gauge.js",
"repository": {