diff --git a/bower.json b/bower.json index 8f9cf22..78418f8 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ionic-wizard", "description": "A set of Angular/Ionic directives to create a wizard using Ionic's slide box component", - "version": "1.0.0", + "version": "1.0", "homepage": "https://github.com/arielfaur/ionic-wizard", "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index e01798a..7bac3e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionic-wizard", - "version": "1.0.0", + "version": "1.0", "description": "A set of Angular/Ionic directives to create a wizard using Ionic's slide box component", "repository": "https://github.com/arielfaur/ionic-wizard", "license": "MIT",