diff --git a/.versions b/.versions index 60edf539f..296f88514 100644 --- a/.versions +++ b/.versions @@ -11,7 +11,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.0 +local-test:urigo:angular@0.8.1 logging@1.0.7 meteor@1.1.5 minimongo@1.0.7 @@ -24,4 +24,4 @@ test-helpers@1.0.4 tinytest@1.0.5 tracker@1.0.6 underscore@1.0.3 -urigo:angular@0.8.0 +urigo:angular@0.8.1 diff --git a/bower.json b/bower.json index c0a0772ba..934608c4e 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "angular-meteor", "main": "angular-meteor.js", - "version": "0.8.0", + "version": "0.8.1", "homepage": "https://github.com/Urigo/angular-meteor", "authors": [ "Uri Goldshtein " diff --git a/package.js b/package.js index 8d9957365..86264f1d3 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.0", + version: "0.8.1", git: "https://github.com/Urigo/angular-meteor.git" }); diff --git a/package.json b/package.json index a9ff0de7a..702bc89e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-meteor", - "version": "0.8.0", + "version": "0.8.1", "description": "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.", "main": "package.js", "directories": {