Skip to content

Commit 86ef75e

Browse files
committed
Release 0.8.11 to fix deep removal
1 parent 1856238 commit 86ef75e

File tree

3 files changed

+31
-6
lines changed

3 files changed

+31
-6
lines changed

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.10",
4+
"version": "0.8.11",
55
"homepage": "https://github.com/Urigo/angular-meteor",
66
"authors": [
77
"Uri Goldshtein <[email protected]>"

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.10",
4+
version: "0.8.11",
55
git: "https://github.com/Urigo/angular-meteor.git"
66
});
77

0 commit comments

Comments
 (0)