Skip to content

Commit 02cccbb

Browse files
committed
Bump version to 1.0.0-rc.5 (both angular and urigo:angular)
1 parent c74b91c commit 02cccbb

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

.urigo:angular/.versions

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
33
44
@@ -18,10 +18,9 @@ [email protected]
1818
1919
2020
21-
2221
2322
2423
2524
2625
27-
urigo:angular@0.10.2
26+
urigo:angular@1.0.0-rc.5

.urigo:angular/package.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package.describe({
22
name: "urigo:angular",
33
summary: "Deprecated: use the official `angular` package instead!",
4-
version: "0.10.2",
4+
version: "1.0.0-rc.5",
55
git: "https://github.com/Urigo/angular-meteor.git",
66
documentation: null
77
});
88

99
Package.on_use(function (api) {
10-
api.imply("[email protected].4");
10+
api.imply("[email protected].5");
1111
});

.versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
33
44
@@ -21,7 +21,7 @@ [email protected]_2
2121
2222
2323
24-
local-test:[email protected].4
24+
local-test:[email protected].5
2525
2626
2727

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-meteor",
33
"main": ".dist/angular-meteor.bundle.min.js",
4-
"version": "1.0.0-rc4",
4+
"version": "1.0.0-rc.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,7 +1,7 @@
11
Package.describe({
22
name: "angular",
33
summary: "Everything you need to use AngularJS in your Meteor app",
4-
version: "1.0.0-rc.4",
4+
version: "1.0.0-rc.5",
55
git: "https://github.com/Urigo/angular-meteor.git"
66
});
77

0 commit comments

Comments
 (0)