Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #203 from andreruffert/release/v2.1.1
Browse files Browse the repository at this point in the history
Release: v2.1.1
  • Loading branch information
andreruffert committed Jan 12, 2016
2 parents e03fda5 + ea73b79 commit 694d51e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rangeslider.js",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/andreruffert/rangeslider.js",
"authors": [
"André Ruffert <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/rangeslider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! rangeslider.js - v2.1.0 | (c) 2016 @andreruffert | MIT license | https://github.com/andreruffert/rangeslider.js */
/*! rangeslider.js - v2.1.1 | (c) 2016 @andreruffert | MIT license | https://github.com/andreruffert/rangeslider.js */
(function(factory) {
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/rangeslider.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "rangeslider.js",
"title": "rangeslider.js",
"description": "Simple, small and fast JavaScript/jQuery polyfill for the HTML5 <input type=\"range\"> slider element",
"version": "2.1.0",
"codename": "Timberwolf",
"version": "2.1.1",
"codename": "Banana Mania",
"main": "dist/rangeslider.js",
"homepage": "https://github.com/andreruffert/rangeslider.js",
"author": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"node": ">=0.8.0"
},
"dependencies": {
"jquery": "^1.9.0"
"jquery": ">=1.9.0"
},
"devDependencies": {
"crayola": "0.0.1",
Expand Down Expand Up @@ -65,4 +65,4 @@
"files": [
"dist"
]
}
}

0 comments on commit 694d51e

Please sign in to comment.