Skip to content

Commit

Permalink
Bump version to 1.0.0-rc.5 (both angular and urigo:angular)
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Sep 9, 2015
1 parent c74b91c commit 02cccbb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .urigo:angular/.versions
4 changes: 2 additions & 2 deletions .urigo:angular/package.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package.describe({
name: "urigo:angular",
summary: "Deprecated: use the official `angular` package instead!",
version: "0.10.2",
version: "1.0.0-rc.5",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: null
});

Package.on_use(function (api) {
api.imply("[email protected].4");
api.imply("[email protected].5");
});
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[email protected].4
[email protected].5
angular:[email protected]
angular:[email protected]
[email protected]
Expand All @@ -21,7 +21,7 @@ [email protected]_2
[email protected]
lai:[email protected]
[email protected]
local-test:[email protected].4
local-test:[email protected].5
[email protected]
mdg:[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-meteor",
"main": ".dist/angular-meteor.bundle.min.js",
"version": "1.0.0-rc4",
"version": "1.0.0-rc.5",
"homepage": "https://github.com/Urigo/angular-meteor",
"authors": [
"Uri Goldshtein <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "angular",
summary: "Everything you need to use AngularJS in your Meteor app",
version: "1.0.0-rc.4",
version: "1.0.0-rc.5",
git: "https://github.com/Urigo/angular-meteor.git"
});

Expand Down

0 comments on commit 02cccbb

Please sign in to comment.