From 3e0d849bf6e157df60b48efd272857fa4c3e8b4f Mon Sep 17 00:00:00 2001 From: Gary Mathews Date: Wed, 5 Feb 2020 15:20:01 -0800 Subject: [PATCH] chore: bump version --- android/manifest | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/manifest b/android/manifest index 3cd2e36..727751d 100644 --- a/android/manifest +++ b/android/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 3.0.0 +version: 3.0.1 apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: titanium-identity diff --git a/package.json b/package.json index cf8d612..bcd5b49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@titanium-sdk/ti.identity", - "version": "3.0.0", + "version": "3.0.1", "description": "A collection of API's to authenticate with your device: Keychain/Keystore, Touch ID and Face ID (iOS only)", "scripts": { "commit": "git-cz",