We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa721f2 commit 230d2a2Copy full SHA for 230d2a2
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.3.3",
+ version: "0.3.4",
4
git: "https://github.com/Urigo/ngMeteor.git"
5
});
6
smart.json
@@ -4,12 +4,12 @@
"homepage": "https://github.com/Urigo/ngMeteor",
"author": "Androo Lee & Uri Goldshtein",
"git": "https://github.com/Urigo/ngMeteor.git",
7
- "version": "0.3.3",
+ "version": "0.3.4",
8
"packages": {
9
"bower": {}
10
},
11
"bower": {
12
- "angular": "1.2.25",
13
- "angular-sanitize": "1.2.25"
+ "angular": "1.2.26",
+ "angular-sanitize": "1.2.26"
14
}
15
0 commit comments