Skip to content

Commit 4552d3c

Browse files
committed
Release 0.8.5
1 parent 735e5d2 commit 4552d3c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angularjs:angular@1.3.15
1+
angular:angular@1.3.15
22
base64@1.0.3
33
binary-heap@1.0.3
44
callback-hook@1.0.3
@@ -14,7 +14,7 @@ id-map@1.0.3
1414
jquery@1.11.3_2
1515
json@1.0.3
1616
lai:collection-extensions@0.1.3
17-
local-test:urigo:angular@0.8.4
17+
local-test:urigo:angular@0.8.5
1818
logging@1.0.7
1919
meteor@1.1.6
2020
minimongo@1.0.8
@@ -27,4 +27,4 @@ test-helpers@1.0.4
2727
tinytest@1.0.5
2828
tracker@1.0.7
2929
underscore@1.0.3
30-
urigo:angular@0.8.4
30+
urigo:angular@0.8.5

bower.json

Lines changed: 1 addition & 1 deletion
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.4",
4+
"version": "0.8.5",
55
"homepage": "https://github.com/Urigo/angular-meteor",
66
"authors": [
77
"Uri Goldshtein <uri.goldshtein@gmail.com>"

package.js

Lines changed: 1 addition & 1 deletion
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.4",
4+
version: "0.8.5",
55
git: "https://github.com/Urigo/angular-meteor.git"
66
});
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-meteor",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
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)