From 60c6945a37dca2223d80407a379bb034c5cca74c Mon Sep 17 00:00:00 2001 From: Uri Goldshtein Date: Mon, 6 Oct 2014 16:21:31 +0300 Subject: [PATCH] New version --- package.js | 2 +- smart.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.js b/package.js index 046ce7ff1..7f6368476 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.4", + version: "0.3.5", git: "https://github.com/Urigo/ngMeteor.git" }); diff --git a/smart.json b/smart.json index 2882311d1..2884217ab 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.4", + "version": "0.3.5", "packages": { "bower": {} },