Skip to content

Commit 5910f6a

Browse files
committed
Bump version
1 parent e8ce6e7 commit 5910f6a

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.versions

+4-3

bower.json

+1-1
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.1",
4+
"version": "0.6.5",
55
"homepage": "https://github.com/Urigo/angular-meteor",
66
"authors": [
77
"Uri Goldshtein <[email protected]>"

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-meteor",
3-
"version": "0.6.1",
3+
"version": "0.6.5",
44
"description": "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
55
"main": "package.js",
66
"directories": {
@@ -26,8 +26,8 @@
2626
},
2727
"homepage": "https://github.com/Urigo/angular-meteor",
2828
"devDependencies": {
29-
"angular": "^1.3.8",
30-
"angular-mocks": "^1.3.8",
29+
"angular": "^1.3.12",
30+
"angular-mocks": "^1.3.12",
3131
"istanbul": "^0.3.5",
3232
"jasmine-core": "^2.1.3",
3333
"jquery": "^2.1.3",

0 commit comments

Comments
 (0)