Skip to content

Commit cceca67

Browse files
authored
bump to 4.5.2 (#684)
1 parent c98b2cc commit cceca67

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ android {
136136
minSdkVersion 18
137137
missingDimensionStrategy 'react-native-camera', 'general'
138138
targetSdkVersion 28
139-
versionCode 4501
140-
versionName "4.5.1"
139+
versionCode 4502
140+
versionName "4.5.2"
141141
ndk {
142142
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
143143
}

ios/NativeSigner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>4.5.1</string>
20+
<string>4.5.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>4501</string>
24+
<string>4502</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NativeSigner",
3-
"version": "4.5.1-beta",
3+
"version": "4.5.2-beta",
44
"private": true,
55
"license": "GPL-3.0",
66
"engines": {

0 commit comments

Comments
 (0)