Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Oct 10, 2015
1 parent ac648a8 commit fb5edf4
Show file tree
Hide file tree
Showing 7 changed files with 917 additions and 856 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].1
[email protected].2
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].1
urigo:[email protected].2
[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.1",
version: "1.0.2",
git: "https://github.com/Urigo/angular-meteor.git",
documentation: null
});

Package.on_use(function (api) {
api.imply("[email protected].1");
api.imply("[email protected].2");
});
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[email protected].1
[email protected].2
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].1
local-test:[email protected].2
[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.1",
"version": "1.0.2",
"homepage": "https://github.com/Urigo/angular-meteor",
"authors": [
"Uri Goldshtein <[email protected]>"
Expand Down
1,755 changes: 908 additions & 847 deletions dist/angular-meteor.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/angular-meteor.bundle.min.js

Large diffs are not rendered by default.

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.1",
version: "1.0.2",
git: "https://github.com/Urigo/angular-meteor.git"
});

Expand Down

0 comments on commit fb5edf4

Please sign in to comment.