From 3ff4ff68f5956d8b99f6f183c12d0617f128382d Mon Sep 17 00:00:00 2001 From: Ariel Faur Date: Wed, 25 Mar 2015 12:34:45 -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 78418f8..8f9cf22 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", + "version": "1.0.0", "homepage": "https://github.com/arielfaur/ionic-wizard", "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 7bac3e0..e01798a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionic-wizard", - "version": "1.0", + "version": "1.0.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",