diff --git a/package.js b/package.js index 0fcf8cb7..3b52ffc5 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ summary: "Ionic framework packaged for Meteor.", - version: "0.0.4", + version: "0.0.5", git: "https://github.com/Urigo/meteor-ionic.git" }); diff --git a/smart.json b/smart.json index 9fdf5a09..3ebe31f3 100644 --- a/smart.json +++ b/smart.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/urigo/meteor-ionic", "author": "Uri Goldshtein & Marc Rovira ", "git": "https://github.com/urigo/meteor-ionic.git", - "version": "0.0.4", + "version": "0.0.5", "packages": { "bower": {} },