Skip to content

Commit

Permalink
Doc updates for v1.3.3 (#131)
Browse files Browse the repository at this point in the history
Doc updates for 1.3.3
  • Loading branch information
kplindegaard authored Apr 9, 2017
1 parent 1d4e64a commit cd8b849
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gauge.js",
"version": "1.3.2",
"version": "1.3.3",
"main": [
"dist/gauge.js",
"dist/gauge.min.js",
Expand Down
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,12 @@ <h2>Supported browsers</h2>

<h2>Changes</h2>

<h3 id="v1.3.2">Version 1.3.2 (11.02.2017)</h3>
<h3 id="v1.3.3">Version 1.3.3 (09.04.2017)</h3>
<p>
Improved protection for non-numerical inputs to .set(), which could cause problems like <a href="https://github.com/bernii/gauge.js/issues/124">#124</a>.
</p>

<h3 id="v1.3.2">Version 1.3.2 (11.02.2017)</h3>
<p>
Bug-fixes (<a href="https://github.com/bernii/gauge.js/issues/116">#116</a> and <a href="https://github.com/bernii/gauge.js/issues/117">#117</a>), performance improvements.
</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit cd8b849

Please sign in to comment.