diff --git a/README.md b/README.md index c8cee58..9ab00e7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Slideout is available on cdnjs ```html - + ``` Also you can use one of many package managers diff --git a/component.json b/component.json index 8cfd80a..f219f43 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "repo": "mango/slideout", "description": "A touch slideout navigation menu for your mobile web apps.", "author": "Guille Paz ", - "version": "0.1.13", + "version": "1.0.0", "twitter": "@mango", "keywords": [ "slideout", diff --git a/package.json b/package.json index 9b1bdf1..5209009 100644 --- a/package.json +++ b/package.json @@ -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 ", - "version": "0.1.13", + "version": "1.0.0", "scripts": { "build": "node browserify.js", "test": "npm run build && istanbul cover _mocha",