Skip to content

Commit 7b31f45

Browse files
committed
Release 0.8.12: Fix CollectionFS bug in 0.8.11
1 parent 430f626 commit 7b31f45

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ [email protected]
1919
2020
2121
22-
local-test:urigo:[email protected].11
22+
local-test:urigo:[email protected].12
2323
2424
2525
@@ -45,7 +45,7 @@ [email protected]
4545
4646
4747
48-
48+
4949
5050
5151

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-meteor",
33
"main": "angular-meteor.js",
4-
"version": "0.8.11",
4+
"version": "0.8.12",
55
"homepage": "https://github.com/Urigo/angular-meteor",
66
"authors": [
77
"Uri Goldshtein <[email protected]>"

examples/collectionfs/.meteor/versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ [email protected]
7676
7777
7878
79-
79+
8080
8181
8282

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "urigo:angular",
33
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
4-
version: "0.8.11",
4+
version: "0.8.12",
55
git: "https://github.com/Urigo/angular-meteor.git"
66
});
77

0 commit comments

Comments
 (0)