We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e538c7f commit 18079c6Copy full SHA for 18079c6
package.js
@@ -1,6 +1,6 @@
1
Package.describe({
2
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
3
- version: "0.5.8",
+ version: "0.5.9",
4
git: "https://github.com/Urigo/angular-meteor.git"
5
});
6
smart.json
@@ -4,12 +4,12 @@
"homepage": "https://github.com/Urigo/angular-meteor.git",
"author": "Androo Lee & Uri Goldshtein",
"git": "https://github.com/Urigo/angular-meteor.git",
7
- "version": "0.5.8",
+ "version": "0.5.9",
8
"packages": {
9
"bower": {}
10
},
11
"bower": {
12
- "angular": "1.3.1",
13
- "angular-sanitize": "1.3.1"
+ "angular": "1.3.7",
+ "angular-sanitize": "1.3.7"
14
}
15
0 commit comments