Skip to content

Commit ae57dc7

Browse files
committed
Update Angular dependency to 1.3.13
1 parent b3c69fd commit ae57dc7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ [email protected]
1010
1111
1212
13-
local-test:urigo:[email protected].7
13+
local-test:urigo:[email protected].8
1414
1515
1616
@@ -24,4 +24,4 @@ [email protected]
2424
2525
2626
27-
27+

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-meteor",
33
"main": "urigo:angular.js",
4-
"version": "0.6.7",
4+
"version": "0.6.8",
55
"homepage": "https://github.com/Urigo/angular-meteor",
66
"authors": [
77
"Uri Goldshtein <[email protected]>"
@@ -15,7 +15,7 @@
1515
],
1616
"license": "MIT",
1717
"dependencies": {
18-
"angular": "1.3.12"
18+
"angular": "1.3.13"
1919
},
2020
"ignore": [
2121
"**/.*",

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.6.7",
3+
version: "0.6.8",
44
git: "https://github.com/Urigo/angular-meteor.git"
55
});
66

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
"homepage": "https://github.com/Urigo/angular-meteor",
2828
"devDependencies": {
29-
"angular": "^1.3.12",
30-
"angular-mocks": "^1.3.12",
29+
"angular": "^1.3.13",
30+
"angular-mocks": "^1.3.13",
3131
"istanbul": "^0.3.5",
3232
"jasmine-core": "^2.1.3",
3333
"jquery": "^2.1.3",

0 commit comments

Comments
 (0)