Skip to content

Commit

Permalink
Bump version to 1.0.0-rc.6 (both angular and urigo:angular)
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Sep 14, 2015
1 parent 33388f6 commit 5f6ab50
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .urigo:angular/.versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[email protected].5
[email protected].6
angular:[email protected]
[email protected]
[email protected]
Expand All @@ -23,4 +23,4 @@ [email protected]
[email protected]
[email protected]
[email protected]
urigo:[email protected].5
urigo:[email protected].6
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: "1.0.0-rc.5",
version: "1.0.0-rc.6",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: null
});

Package.on_use(function (api) {
api.imply("[email protected].5");
api.imply("[email protected].6");
});
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[email protected].5
[email protected].6
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].5
local-test:[email protected].6
[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-rc.5",
"version": "1.0.0-rc.6",
"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.5",
version: "1.0.0-rc.6",
git: "https://github.com/Urigo/angular-meteor.git"
});

Expand Down

0 comments on commit 5f6ab50

Please sign in to comment.