Skip to content

Commit

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

## Usage

> version: 0.6.2-rc
> version: 0.6.2
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": "SimpleSlider",
"version": "0.6.2-rc",
"version": "0.6.2",
"description": "A simple javascript slider without any dependencies",
"homepage": "http://ruyadorno.github.io/SimpleSlider/",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/simpleslider.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-slider",
"version": "0.6.2-rc",
"version": "0.6.2",
"description": "A simple javascript slider without any dependencies",
"scripts": {
"test": "grunt jasmine:dev"
Expand Down

0 comments on commit fe694bd

Please sign in to comment.