diff --git a/package.js b/package.js index b47e2af58..fde43463b 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.3.2", + version: "0.3.3", git: "https://github.com/Urigo/ngMeteor.git" }); diff --git a/smart.json b/smart.json index 87aca6b70..22de89f68 100644 --- a/smart.json +++ b/smart.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/Urigo/ngMeteor", "author": "Androo Lee & Uri Goldshtein", "git": "https://github.com/Urigo/ngMeteor.git", - "version": "0.3.2", + "version": "0.3.3", "packages": { "bower": {} },