Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit f144796

Browse files
committed
Merge pull request #106 from andreruffert/release-0.3.7
chore(release): v0.3.7
2 parents 0ca0927 + b588fd6 commit f144796

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/rangeslider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! rangeslider.js - v0.3.6 | (c) 2014 @andreruffert | MIT license | https://github.com/andreruffert/rangeslider.js */
1+
/*! rangeslider.js - v0.3.7 | (c) 2014 @andreruffert | MIT license | https://github.com/andreruffert/rangeslider.js */
22
(function(factory) {
33
'use strict';
44

dist/rangeslider.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "rangeslider.js",
44
"description": "Simple, small and fast JavaScript/jQuery polyfill for the HTML5 <input type=\"range\"> slider element",
55
"version": "0.3.7",
6-
"codename": "Periwinkle",
6+
"codename": "Pacific Blue",
77
"main": "dist/rangeslider.js",
88
"homepage": "https://github.com/andreruffert/rangeslider.js",
99
"author": {
@@ -50,4 +50,4 @@
5050
"scripts": {
5151
"test": "grunt jshint"
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)