Skip to content

Commit

Permalink
screw version numbers in files - i'll go nuts
Browse files Browse the repository at this point in the history
  • Loading branch information
bkosborne committed Feb 17, 2011
1 parent 8adeec8 commit 7444e54
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Waterwheel Carousel Demonstration Test</title>
<link rel="stylesheet" href="css/waterwheel-carousel.css" charset="utf-8" />
<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/jquery.waterwheelCarousel-1.2.2.min.js"></script>
<script type="text/javascript" src="js/jquery.waterwheelCarousel.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#waterwheel-carousel-default").waterwheelCarousel();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Waterwheel Carousel
* Version 1.2.1
* Version 1.2.3
* http://www.bkosborne.com
*
* Copyright 2011 Brian Osborne
Expand Down
File renamed without changes.

0 comments on commit 7444e54

Please sign in to comment.