Skip to content

Commit

Permalink
Release angular-meteor 1.0.1 !!
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Sep 29, 2015
1 parent ed79d04 commit 4d0a59e
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].0
[email protected].1
angular:[email protected]
[email protected]_1
[email protected]
Expand Down Expand Up @@ -45,6 +45,6 @@ [email protected]
[email protected]
[email protected]
[email protected]
urigo:[email protected].0
urigo:[email protected].1
[email protected]
[email protected]
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",
version: "1.0.1",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: null
});

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

Expand Down

0 comments on commit 4d0a59e

Please sign in to comment.