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

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Nov 6, 2015
1 parent 8c21972 commit 3d8bfad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LockReactNative.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LockReactNative"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "A wrapper of Lock for iOS to use with React Native."
s.description = <<-DESC
[![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-lock-ios",
"version": "0.0.2",
"version": "0.0.3",
"description": "Auth0 Lock for React Native (iOS)",
"main": "auth0-lock.js",
"scripts": {
Expand All @@ -18,13 +18,14 @@
"authentication",
"jwt",
"ios",
"touchid"
"touchid",
"passwordless"
],
"nativePackage": true,
"author": "Auth0",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/react-native-lock-ios/issues"
},
"homepage": "https://github.com/auth0/react-native-lock-ios#readme"
"homepage": "https://auth0.com"
}

0 comments on commit 3d8bfad

Please sign in to comment.