Skip to content

Commit 18079c6

Browse files
committed
Update to angular 1.3.7
1 parent e538c7f commit 18079c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
3-
version: "0.5.8",
3+
version: "0.5.9",
44
git: "https://github.com/Urigo/angular-meteor.git"
55
});
66

smart.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"homepage": "https://github.com/Urigo/angular-meteor.git",
55
"author": "Androo Lee & Uri Goldshtein",
66
"git": "https://github.com/Urigo/angular-meteor.git",
7-
"version": "0.5.8",
7+
"version": "0.5.9",
88
"packages": {
99
"bower": {}
1010
},
1111
"bower": {
12-
"angular": "1.3.1",
13-
"angular-sanitize": "1.3.1"
12+
"angular": "1.3.7",
13+
"angular-sanitize": "1.3.7"
1414
}
1515
}

0 commit comments

Comments
 (0)