Skip to content

Commit

Permalink
Increased version number to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Feb 18, 2014
1 parent 4b2c162 commit ccebd12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<link rel="stylesheet" href="../css/rocksolid-slider.css" type="text/css">
<link rel="stylesheet" href="../css/default-skin.css" type="text/css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!--<script src="../rocksolid-slider-1.1.1.min.js"></script>-->
<script src="../rocksolid-slider-1.1.1.js"></script>
<!--<script src="../rocksolid-slider-1.2.0.min.js"></script>-->
<script src="../rocksolid-slider-1.2.0.js"></script>
<style>
html, body {
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocksolid-slider",
"version": "1.1.1",
"version": "1.2.0",
"description": "jQuery slider plugin",
"devDependencies": {
"grunt": "~0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Rst/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Rst.Slider = (function() {
pauseAutoplayOnHover: false,
// navigation type (bullets, numbers, tabs, none)
navType: 'bullets',
// false to hide the prev and next elements
// false to hide the prev and next controls
controls: true,
// image scale mode (fit, crop, scale)
// only works if width and height are not set to "auto"
Expand Down

0 comments on commit ccebd12

Please sign in to comment.