Skip to content

Commit 3d808d3

Browse files
committed
Merge pull request #363 from auth0/v10-beta-2-bump
V10 beta 2 bump
2 parents aa2b12d + 77b1bf0 commit 3d808d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ From CDN
1313

1414
```html
1515
<!-- Latest patch release (recommended for production) -->
16-
<script src="http://cdn.auth0.com/js/lock/10.0.0-beta.1/lock.min.js"></script>
16+
<script src="http://cdn.auth0.com/js/lock/10.0.0-beta.2/lock.min.js"></script>
1717
```
1818

1919
From [bower](http://bower.io)
2020

2121
```sh
22-
bower install auth0-lock#10.0.0-beta.1
22+
bower install auth0-lock#10.0.0-beta.2
2323
```
2424

2525
```html
@@ -29,7 +29,7 @@ bower install auth0-lock#10.0.0-beta.1
2929
From [npm](https://npmjs.org)
3030

3131
```sh
32-
npm install [email protected].1
32+
npm install [email protected].2
3333
```
3434

3535
After installing the `auth0-lock` module, you'll need bundle it up along with all of its dependencies. We have examples for [browserify](examples/bundling/browserify/) and [webpack](examples/bundling/webpack/).

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "auth0-lock",
3-
"version": "10.0.0-beta.1",
4-
"main": "build/auth0-lock.js",
3+
"version": "10.0.0-beta.2",
4+
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",
77
"*.seed",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "10.0.0-beta.1",
3+
"version": "10.0.0-beta.2",
44
"description": "Auth0 Lock Passwordless",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)