diff --git a/.versions b/.versions index f3f5abe93..bc3d56a8e 100644 --- a/.versions +++ b/.versions @@ -19,7 +19,7 @@ id-map@1.0.3 jquery@1.11.3_2 json@1.0.3 lai:collection-extensions@0.1.3 -local-test:urigo:angular@0.8.14 +local-test:urigo:angular@0.9.0 logging@1.0.7 meteor@1.1.6 minifiers@1.1.5 @@ -45,7 +45,7 @@ templating@1.1.1 tracker@1.0.7 ui@1.0.6 underscore@1.0.3 -urigo:angular@0.8.14 +urigo:angular@0.9.0 velocity:chokidar@1.0.1_1 velocity:core@0.6.5 velocity:meteor-internals@1.1.0_7 diff --git a/bower.json b/bower.json index d895bd7da..cbba88f47 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "angular-meteor", "main": "angular-meteor.js", - "version": "0.8.14", + "version": "0.9.0", "homepage": "https://github.com/Urigo/angular-meteor", "authors": [ "Uri Goldshtein " diff --git a/package.js b/package.js index 5e852cdae..7f9aa057e 100644 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "urigo:angular", summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.", - version: "0.8.14", + version: "0.9.0", git: "https://github.com/Urigo/angular-meteor.git" });