Skip to content

Commit

Permalink
Release v4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rovolution committed Apr 11, 2015
1 parent fe4f35a commit fcdaaf2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seiyria-bootstrap-slider",
"version": "4.8.0",
"version": "4.8.1",
"dependencies": {
"jquery": "*",
"bootstrap": "*",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seiyria/bootstrap-slider",
"type": "library",
"version": "4.8.0",
"version": "4.8.1",
"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.",
"keywords": ["slider", "css", "bootstrap", "javascript"],
"homepage": "https://github.com/seiyria/bootstrap-slider",
Expand Down
4 changes: 2 additions & 2 deletions dist/bootstrap-slider.min.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/css/bootstrap-slider.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! =======================================================
VERSION 4.7.4
VERSION 4.8.1
========================================================= */
/*! =========================================================
* bootstrap-slider.js
Expand Down Expand Up @@ -64,9 +64,10 @@
}
.slider.slider-horizontal .slider-tick-label-container {
white-space: nowrap;
margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
margin-top: 24px;
padding-top: 4px;
display: inline-block;
text-align: center;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/css/bootstrap-slider.min.css

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-slider",
"version": "4.8.0",
"version": "4.8.1",
"description": "Slider view component for Twitter Bootstrap.",
"main": "js/bootstrap-slider.js",
"scripts": {
Expand Down

0 comments on commit fcdaaf2

Please sign in to comment.