Skip to content

Commit

Permalink
Release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Jul 1, 2016
1 parent ad6bc9d commit d7b7454
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bower install --save simple-slider

## Usage

> version: 0.6.3-rc
> version: 0.6.3
Just import the script on html and create a new slider instance. You always have to define width and height values to your container element.

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": "simple-slider",
"version": "0.6.3-rc",
"version": "0.6.3",
"description": "A simple javascript carousel with zero dependencies",
"homepage": "http://ruyadorno.github.io/SimpleSlider/",
"authors": [
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": "simple-slider",
"version": "0.6.3-rc",
"version": "0.6.3",
"description": "A simple javascript carousel with zero dependencies",
"homepage": "http://ruyadorno.github.io/SimpleSlider/",
"main": "dist/simpleslider.js",
Expand Down

0 comments on commit d7b7454

Please # to comment.