Skip to content

Commit

Permalink
Release 0.8.12: Fix CollectionFS bug in 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed May 28, 2015
1 parent 430f626 commit 7b31f45
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ [email protected]
[email protected]_2
[email protected]
lai:[email protected]
local-test:urigo:[email protected].11
local-test:urigo:[email protected].12
[email protected]
[email protected]
[email protected]
Expand All @@ -45,7 +45,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
urigo:[email protected].11
urigo:[email protected].12
velocity:[email protected]_1
velocity:[email protected]
velocity:[email protected]_7
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-meteor",
"main": "angular-meteor.js",
"version": "0.8.11",
"version": "0.8.12",
"homepage": "https://github.com/Urigo/angular-meteor",
"authors": [
"Uri Goldshtein <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion examples/collectionfs/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
urigo:[email protected].10
urigo:[email protected].12
[email protected]
velocity:[email protected]_1
velocity:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -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.11",
version: "0.8.12",
git: "https://github.com/Urigo/angular-meteor.git"
});

Expand Down

0 comments on commit 7b31f45

Please sign in to comment.