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",