Skip to content

Commit

Permalink
released 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Syl committed Jun 7, 2014
1 parent 8751fbc commit 49f2c02
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 11 deletions.
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": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/sylouuu/desoslide",
"description": "Take control of your slideshow with this powerful jQuery plugin",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion desoslide.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desoslide",
"title": "desoSlide",
"version": "2.0.0",
"version": "2.0.1",
"description": "Take control of your slideshow with this powerful jQuery plugin",
"keywords": [
"slider",
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 2.0.0
* Version 2.0.1
* jQuery: desoSlide plugin
* 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.

4 changes: 2 additions & 2 deletions dist/js/jquery.desoslide.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/less/jquery.desoslide.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Version 2.0.0
* Version 2.0.1
* jQuery: desoSlide plugin
* Copyright - 2014 - https://github.com/sylouuu/desoslide
* This source code is under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1>Documentation</h1>
<div class="row">
<article class="col-lg-12">
<p>
Documentation covers: 2.0.0
Documentation covers: 2.0.1
</p>
</article>
</div>
Expand Down
25 changes: 24 additions & 1 deletion doc/release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1>Release Notes</h1>
<div class="row">
<article class="col-lg-12">
<p>
Current stable release: 2.0.0
Current stable release: 2.0.1
</p>
</article>
</div>
Expand All @@ -107,6 +107,29 @@ <h1>Release Notes</h1>
<!-- Changelog section -->
<section class="changelog">

<!-- Release date 2.0.1 -->
<article class="section-title section-alizarin">
<i class="fa fa-calendar section-icon"></i>
<h2 class="section-text">
2014-06-07
<br />
<span class="label label-primary">2.0.1</span>
</h2>
</article>

<!-- Changelog 2.0.1 -->
<div class="container text-center">
<div class="row">
<article class="col-lg-12">
<ul class="list-unstyled list-changelog text-left">
<li>
<span class="label label-success">New</span>
Disabled <code>controls.show</code> if there is only one thumbnail.
</li>
</ul>
</article>
</div>
</div>
<!-- Release date 2.0 -->
<article class="section-title section-alizarin">
<i class="fa fa-calendar section-icon"></i>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h3>Your browser is too old!</h3>
</ul>

<small>
Current stable release: 2.0.0
Current stable release: 2.0.1
</small>
</div>

Expand Down
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1>Tests</h1>
<div class="row">
<article class="col-lg-12">
<p>
Tests cover: 2.0.0
Tests cover: 2.0.1
</p>
</article>
</div>
Expand Down

0 comments on commit 49f2c02

Please sign in to comment.