Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Release: 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnandretta committed Jan 18, 2016
1 parent b7cf988 commit 84c357a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased
## [2.2.1] - 2016-01-18

### Changed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ From CDN
<script src="http://cdn.auth0.com/js/lock-passwordless-2.2.min.js"></script>

<!-- Latest patch release (recommended for production) -->
<script src="http://cdn.auth0.com/js/lock-passwordless-2.2.0.min.js"></script>
<script src="http://cdn.auth0.com/js/lock-passwordless-2.2.1.min.js"></script>
```

From [bower](http://bower.io)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-lock-passwordless",
"version": "2.2.0",
"version": "2.2.1",
"main": "build/auth0-lock-passwordless.js",
"ignore": [
"lib-cov",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-lock-passwordless",
"version": "2.2.0",
"version": "2.2.1",
"description": "Auth0 Lock Passwordless",
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit 84c357a

Please sign in to comment.