Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed May 18, 2016
1 parent 0fc86b2 commit 732e804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "0.1.0"
versionName "0.2.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
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": "react-native-lock",
"version": "0.1.0",
"version": "0.2.0",
"description": "Auth0 Lock for React Native",
"main": "auth0-lock.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = "0.1.0";
module.exports = "0.2.0";

0 comments on commit 732e804

Please sign in to comment.