Skip to content

Commit

Permalink
Release v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pazguille committed Nov 28, 2016
1 parent 5deadde commit a7a624e
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 @@ -24,7 +24,7 @@
Slideout is available on cdnjs

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/slideout/0.1.13/slideout.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.0/slideout.min.js"></script>
```

Also you can use one of many package managers
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repo": "mango/slideout",
"description": "A touch slideout navigation menu for your mobile web apps.",
"author": "Guille Paz <guille87paz@gmail.com>",
"version": "0.1.13",
"version": "1.0.0",
"twitter": "@mango",
"keywords": [
"slideout",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "git@github.com:mango/slideout.git",
"description": "A touch slideout navigation menu for your mobile web apps.",
"author": "Guille Paz <guille87paz@gmail.com>",
"version": "0.1.13",
"version": "1.0.0",
"scripts": {
"build": "node browserify.js",
"test": "npm run build && istanbul cover _mocha",
Expand Down

0 comments on commit a7a624e

Please sign in to comment.