Skip to content

Commit

Permalink
New Angular version - 1.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Oct 3, 2014
1 parent fa721f2 commit 230d2a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
version: "0.3.3",
version: "0.3.4",
git: "https://github.com/Urigo/ngMeteor.git"
});

Expand Down
6 changes: 3 additions & 3 deletions smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"homepage": "https://github.com/Urigo/ngMeteor",
"author": "Androo Lee & Uri Goldshtein",
"git": "https://github.com/Urigo/ngMeteor.git",
"version": "0.3.3",
"version": "0.3.4",
"packages": {
"bower": {}
},
"bower": {
"angular": "1.2.25",
"angular-sanitize": "1.2.25"
"angular": "1.2.26",
"angular-sanitize": "1.2.26"
}
}

0 comments on commit 230d2a2

Please sign in to comment.