From 1d7c390165db0fc51cdcc6800aa240ee5bea7037 Mon Sep 17 00:00:00 2001 From: Uri Goldshtein Date: Fri, 24 Oct 2014 12:09:56 +0300 Subject: [PATCH] Bump version --- package.js | 2 +- smart.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {} },