Skip to content

Commit

Permalink
Published v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sampotts committed Jun 12, 2017
1 parent 50e31f1 commit 3ab517b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It will automatically bind to all `<input type="range">` elements, even newlt in
### CDN
You can even load RangeTouch from our CDN if you'd like:
```html
<script src="https://cdn.rangetouch.com/1.0.2/rangetouch.js"></script>
<script src="https://cdn.rangetouch.com/1.0.3/rangetouch.js"></script>
```

### Node Package Manager (NPM)
Expand Down
2 changes: 1 addition & 1 deletion src/js/rangetouch.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==========================================================================
// rangetouch.js v1.0.2
// rangetouch.js v1.0.3
// Making <input type="range"> work on touch devices
// https://github.com/selz/rangetouch
// License: The MIT License (MIT)
Expand Down

0 comments on commit 3ab517b

Please sign in to comment.