From 95e5b1f2024b924970589bd26f28de76f1985ce9 Mon Sep 17 00:00:00 2001 From: Uri Goldshtein Date: Mon, 13 Oct 2014 03:25:31 +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 6ba9d5a41..7233a57be 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.3", + version: "0.4.4", git: "https://github.com/Urigo/angular-meteor.git" }); diff --git a/smart.json b/smart.json index 38edf45f4..b7953ae11 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.3", + "version": "0.4.4", "packages": { "bower": {} },