Skip to content

Commit

Permalink
released 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Syl committed May 22, 2014
1 parent d728588 commit a78d0b3
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# desoSlide [![Build Status](https://travis-ci.org/sylouuu/desoslide.svg)](https://travis-ci.org/sylouuu/desoslide) [![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=5&v=2.0.0-rc2)](http://badge.fury.io/gh/sylouuu%2Fdesoslide) [![devDependency Status](https://david-dm.org/sylouuu/desoslide/dev-status.svg?theme=shields.io)](https://david-dm.org/sylouuu/desoslide#info=devDependencies)
# desoSlide [![Build Status](https://travis-ci.org/sylouuu/desoslide.svg)](https://travis-ci.org/sylouuu/desoslide) [![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=5&)](http://badge.fury.io/gh/sylouuu%2Fdesoslide) [![devDependency Status](https://david-dm.org/sylouuu/desoslide/dev-status.svg?theme=shields.io)](https://david-dm.org/sylouuu/desoslide#info=devDependencies)

## Overview, demo, documentation, release notes and tests

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": "2.0.0-rc2",
"version": "2.0.0",
"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-rc2",
"version": "2.0.0",
"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-rc2
* Version 2.0.0
* 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.

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 2.0.0-rc2
* Version 2.0.0
* 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/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 dist/less/jquery.desoslide.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Version 2.0.0-rc2
* Version 2.0.0
* 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/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: 1.3.0
Current stable release: 2.0.0
</p>
</article>
</div>
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: 1.3.0
Current stable release: 2.0.0
</small>
</div>

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": "2.0.0-rc2",
"version": "2.0.0",
"description": "Take control of your slideshow with this powerful jQuery plugin",
"directories": {
"test": "tests"
Expand Down

0 comments on commit a78d0b3

Please sign in to comment.