Skip to content

Commit f694c71

Browse files
committed
chore(release): Release 1.0.0 to Atmosphere and Bower
1 parent 6b0724c commit f694c71

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
accounts-base@1.2.2
2-
angular-meteor-auth@0.2.2
3-
angular-meteor-data@0.3.0
2+
angular-meteor-auth@1.0.0
3+
angular-meteor-data@1.3.9
44
angular:angular@1.4.8
55
angular:angular-mocks@1.4.8
66
babel-compiler@5.8.24_1
@@ -32,7 +32,7 @@ htmljs@1.0.5
3232
id-map@1.0.4
3333
jquery@1.11.4
3434
lai:collection-extensions@0.1.4
35-
local-test:angular-meteor-auth@0.2.2
35+
local-test:angular-meteor-auth@1.0.0
3636
localstorage@1.0.5
3737
logging@1.0.8
3838
meteor@1.1.10

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-meteor-auth",
33
"main": "./dist/angular-meteor-auth.bundle.min.js",
4-
"version": "0.2.2",
4+
"version": "1.0.0",
55
"homepage": "https://github.com/Urigo/angular-meteor-auth",
66
"authors": [
77
"Uri Goldshtein <uri.goldshtein@gmail.com>"
@@ -42,6 +42,6 @@
4242
"dependencies": {
4343
"meteor-client-side": "~0.2.2",
4444
"angular": "1.4.4",
45-
"angular-meteor": "~1.3.0"
45+
"angular-meteor": "~1.3.9"
4646
}
4747
}

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "angular-meteor-auth",
33
summary: "Angular-Meteor authentication module",
4-
version: "0.2.2",
4+
version: "1.0.0",
55
git: "https://github.com/Urigo/angular-meteor.git",
66
documentation: null
77
});
@@ -13,7 +13,7 @@ Package.onUse(function (api) {
1313
api.use('ecmascript');
1414
api.use('reactive-var');
1515
api.use('accounts-base');
16-
api.use('angular-meteor-data@0.3.0-beta.1');
16+
api.use('angular-meteor-data@1.3.9');
1717
api.use('angular:angular@1.4.8', 'client');
1818

1919
// Files to load in Client only.

0 commit comments

Comments
 (0)