Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abpetkov committed Apr 26, 2014
1 parent f009b21 commit 350ec4c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

0.0.2 / 2014-04-26
==================

* Disabled slider handle cursor
* Add remotes to fix 301 redirects
* Do not allow negative step values
* Remove <IE9 related optimizations
* Update changelog and bower ignored files

0.0.1 / 2014-03-17
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powerange"
, "main": "dist/powerange.js"
, "version": "0.0.1"
, "version": "0.0.2"
, "description": "iOS 7 style range slider"
, "keywords": [
"range"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "powerange"
, "repo": "abpetkov/powerange"
, "description": "iOS 7 style range slider"
, "version": "0.0.1"
, "version": "0.0.2"
, "keywords": [
"range"
, "slider"
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": "powerange"
, "version": "0.0.1"
, "version": "0.0.2"
, "description": "iOS 7 style range slider"
, "main": "powerange.js"
, "repository": {
Expand Down

0 comments on commit 350ec4c

Please sign in to comment.