Skip to content

Commit

Permalink
released 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Syl committed Feb 9, 2014
1 parent 382b804 commit 7bc89f2
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 7 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

## Changelog

09/02/2013 - **1.3.0**

* added animate.css as a dependency (used for transitions), it needs to be loaded separately

06/12/2013 - **1.2.4**

* fixed undefined if no overlay
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desoslide",
"version": "1.2.4",
"version": "1.3.0",
"homepage": "https://github.com/sylouuu/desoslide",
"description": "Simple images slider with thumbnails",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion desoslide.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"slider",
"thumbnail"
],
"version": "1.2.4",
"version": "1.3.0",
"author": {
"name": "sylouuu",
"url": "https://github.com/sylouuu"
Expand Down
2 changes: 1 addition & 1 deletion dist/css/jquery.desoslide.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Version 1.2.4
* Version 1.3.0
* jQuery: desoSlide plugin - jquery.desoslide.css
* Copyright - 2014 - https://github.com/sylouuu/desoslide
* This source code is under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion dist/css/jquery.desoslide.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 dist/js/jquery.desoslide.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Version 1.2.4
* Version 1.3.0
* jQuery: desoSlide plugin - jquery.desoslide.js
* Copyright - 2014 - https://github.com/sylouuu/desoslide
* This source code is under the MIT License
Expand Down
6 changes: 6 additions & 0 deletions dist/js/jquery.desoslide.min.js

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

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h3>... with thumbnails!</h3>
<span class="glyphicon glyphicon-download-alt"></span> Download
</a>
</li>
<li>Version 1.2.4</li>
<li>Version 1.3.0</li>
</ul>
</div>
<!-- [END] JUMBOTRON -->
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": "desoslide",
"version": "1.2.4",
"version": "1.3.0",
"description": "**http://sylouuu.github.io/desoslide**",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 7bc89f2

Please sign in to comment.