diff --git a/package.js b/package.js index 293691a76..d0d7fe122 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.", - version: "0.4.6", + version: "0.4.7", git: "https://github.com/Urigo/angular-meteor.git" }); diff --git a/smart.json b/smart.json index 524271e9b..fc4f393a1 100644 --- a/smart.json +++ b/smart.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/Urigo/angular-meteor.git", "author": "Androo Lee & Uri Goldshtein", "git": "https://github.com/Urigo/angular-meteor.git", - "version": "0.4.6", + "version": "0.4.7", "packages": { "bower": {} },