diff --git a/android/app/build.gradle b/android/app/build.gradle index f029ccbe3a..17ad627c3a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -136,8 +136,8 @@ android { minSdkVersion 18 missingDimensionStrategy 'react-native-camera', 'general' targetSdkVersion 28 - versionCode 4402 - versionName "4.4.2" + versionCode 4403 + versionName "4.4.3" ndk { abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64' } diff --git a/ios/NativeSigner/Info.plist b/ios/NativeSigner/Info.plist index f53b6f22ae..a44c7df513 100644 --- a/ios/NativeSigner/Info.plist +++ b/ios/NativeSigner/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.4.2 + 4.4.3 CFBundleSignature ???? CFBundleVersion - 4402 + 4403 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/package.json b/package.json index 9114b7fc1e..93a6e9583e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NativeSigner", - "version": "4.4.2-beta", + "version": "4.4.3-beta", "private": true, "license": "GPL-3.0", "engines": { diff --git a/src/components/AccountSeed.tsx b/src/components/AccountSeed.tsx index bdc7887b39..b25b8da02a 100644 --- a/src/components/AccountSeed.tsx +++ b/src/components/AccountSeed.tsx @@ -165,7 +165,6 @@ export default function AccountSeed({ blurOnSubmit={true} textAlignVertical="top" onSelectionChange={handleCursorPosition} - selection={cursorPosition} value={value} onChangeText={onNativeChangeText} {...props}