Skip to content

Commit 0d3b934

Browse files
committed
Bump version
1 parent fe3191d commit 0d3b934

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angularjs:[email protected].13
1+
angularjs:[email protected].14
22
33
44
@@ -12,7 +12,7 @@ [email protected]
1212
1313
1414
15-
local-test:urigo:[email protected].0
15+
local-test:urigo:[email protected].1
1616
1717
1818
@@ -25,4 +25,4 @@ [email protected]
2525
2626
2727
28-
28+

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-meteor",
33
"main": "angular-meteor.js",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"homepage": "https://github.com/Urigo/angular-meteor",
66
"authors": [
77
"Uri Goldshtein <[email protected]>"

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "urigo:angular",
33
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
4-
version: "0.7.0",
4+
version: "0.7.1",
55
git: "https://github.com/Urigo/angular-meteor.git"
66
});
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-meteor",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
55
"main": "package.js",
66
"directories": {

0 commit comments

Comments
 (0)