From 8d96faa940bc8a6b829422b1ad1f87f37ebe450b Mon Sep 17 00:00:00 2001 From: Ariel Faur Date: Wed, 25 Mar 2015 12:24:15 -0300 Subject: [PATCH] update version --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",