Skip to content

Commit

Permalink
Increased version number to 1.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Jan 29, 2022
1 parent 0471f98 commit 0746011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11.0/jquery.min.js"></script>
<!--<script src="../rocksolid-slider-1.6.14.min.js"></script>-->
<script src="../rocksolid-slider-1.6.14.js"></script>
<!--<script src="../rocksolid-slider-1.6.15.min.js"></script>-->
<script src="../rocksolid-slider-1.6.15.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.6.14",
"version": "1.6.15",
"description": "jQuery slider plugin",
"devDependencies": {
"grunt": "^0.4.4",
Expand Down

0 comments on commit 0746011

Please sign in to comment.