Skip to content

Commit c1dfb62

Browse files
committed
Publish 0.8.7, Fixes $$hashkey issue, fixes #299
1 parent 29f2b88 commit c1dfb62

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.versions

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
2-
32
43
54
@@ -15,7 +14,7 @@ [email protected]
1514
1615
1716
18-
local-test:urigo:[email protected].6
17+
local-test:urigo:[email protected].7
1918
2019
2120
@@ -28,4 +27,4 @@ [email protected]
2827
2928
3029
31-
30+

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-meteor",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
55
"main": "package.js",
66
"directories": {

0 commit comments

Comments
 (0)