Skip to content

Commit 7946659

Browse files
committed
noUiSlider 13.0.0
1 parent a14d717 commit 7946659

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

distribute/nouislider.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! nouislider - 12.1.0 - 2/6/2019 */
1+
/*! nouislider - 13.0.0 - 2/6/2019 */
22
/* Functional styling;
33
* These styles are required for noUiSlider to function.
44
* You don't need to change these rules to apply your design.

distribute/nouislider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! nouislider - 12.1.0 - 2/6/2019 */
1+
/*! nouislider - 13.0.0 - 2/6/2019 */
22
(function(factory) {
33
if (typeof define === "function" && define.amd) {
44
// AMD. Register as an anonymous module.
@@ -13,7 +13,7 @@
1313
})(function() {
1414
"use strict";
1515

16-
var VERSION = "12.1.0";
16+
var VERSION = "13.0.0";
1717

1818
function isValidFormatter(entry) {
1919
return typeof entry === "object" && typeof entry.to === "function" && typeof entry.from === "function";

distribute/nouislider.min.css

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

0 commit comments

Comments
 (0)