From ff01b324b61a53fa21e25c7baade98bb33592211 Mon Sep 17 00:00:00 2001 From: Matias Grote Date: Fri, 1 Apr 2022 10:40:13 -0300 Subject: [PATCH 1/2] Update build number --- ios/Plug.xcodeproj/project.pbxproj | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Plug.xcodeproj/project.pbxproj b/ios/Plug.xcodeproj/project.pbxproj index 9b556a27..75da92ea 100644 --- a/ios/Plug.xcodeproj/project.pbxproj +++ b/ios/Plug.xcodeproj/project.pbxproj @@ -554,7 +554,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 54; + CURRENT_PROJECT_VERSION = 55; DEVELOPMENT_TEAM = DZVNACPGLK; ENABLE_BITCODE = NO; INFOPLIST_FILE = Plug/Info.plist; @@ -589,7 +589,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 54; + CURRENT_PROJECT_VERSION = 55; DEVELOPMENT_TEAM = DZVNACPGLK; INFOPLIST_FILE = Plug/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; diff --git a/package.json b/package.json index 1d52db3b..34d17a65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Plug", - "version": "0.1.0(54)", + "version": "0.1.0", "private": true, "scripts": { "rename-build": "chmod +x ./rename-ic-agent.sh && ./rename-ic-agent.sh", From 3aacebadaf6ca42c6f9af69b06dd1a171eb3a241 Mon Sep 17 00:00:00 2001 From: Matias Grote <44204622+mattgle@users.noreply.github.com> Date: Tue, 27 Sep 2022 10:59:53 -0300 Subject: [PATCH 2/2] Update Readme for v0.2.0 (#464) (#465) --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b9d9060..e10a2dfb 100644 --- a/README.md +++ b/README.md @@ -7,24 +7,25 @@ Welcome to the mobile app repository for Plug! An [Internet Computer](https://dfinity.org/) crypto wallet and authentication provider. Find our latest version of our mobile app in this repository's releases, or on our [website](https://plugwallet.ooo/). You can go to our [documentation](https://docs.plugwallet.ooo/) to learn more about how to interact with Plug as a developer. -## V0.1.0 - iOS Release! +## V0.2.0 - Release! -V0.1.0 of Plug for iOS is the initial release of this mobile application, compatible with **iOS devices using iOS 15 or above**. +This release is now compatible with **iOS devices using iOS 15 or above** and **Android devices using Android 5 or above**. ### Features Included in this Release ✅ - Holding & sending ICP, XTC; WICP +- Adding, deleting and transfering custom tokens - Holding & sending NFTs (any listed in DAB) - Saving and using contacts in an address book - Viewing transactions in the activity tab -- FaceID integration +- FaceID and TouchID integration +- ICNS support (.icp name resolving) +- Delete wallet ### Features Not Included (But Coming Next!) ⌛ -- Adding custom tokens and transferring them - Connecting to apps from the mobile extension - Viewing your transactions in the CAP Explorer -- ICNS support (.icp name resolving) # Building Locally