Skip to content

Commit 67c1ae5

Browse files
committed
Release v11.0.2
1 parent c0f07d6 commit 67c1ae5

7 files changed

+7
-7
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seiyria-bootstrap-slider",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"homepage": "https://github.com/seiyria/bootstrap-slider",
55
"authors": [
66
"Kyle Kemp <[email protected]>",

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "seiyria/bootstrap-slider",
33
"type": "library",
4-
"version": "11.0.1",
4+
"version": "11.0.2",
55
"description": "A less buggy fork of the original bootstrap slider found on http://www.eyecon.ro/ by Stefan Petre. It was forked so we could update the slider since the original wasn't under version control.",
66
"keywords": ["slider", "css", "bootstrap", "javascript"],
77
"homepage": "https://github.com/seiyria/bootstrap-slider",

dist/bootstrap-slider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! =======================================================
2-
VERSION 11.0.1
2+
VERSION 11.0.2
33
========================================================= */
44
"use strict";
55

dist/bootstrap-slider.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-slider.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-slider.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-slider",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"description": "Slider view component for Twitter Bootstrap.",
55
"main": "dist/bootstrap-slider.js",
66
"style": "dist/css/bootstrap-slider.css",

0 commit comments

Comments
 (0)