Skip to content

Commit

Permalink
Increased version number to 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Oct 16, 2019
1 parent 8162a72 commit aefa701
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.7.min.js"></script>-->
<script src="../rocksolid-slider-1.6.7.js"></script>
<!--<script src="../rocksolid-slider-1.6.8.min.js"></script>-->
<script src="../rocksolid-slider-1.6.8.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.7",
"version": "1.6.8",
"description": "jQuery slider plugin",
"devDependencies": {
"grunt": "^0.4.4",
Expand Down

0 comments on commit aefa701

Please sign in to comment.