Skip to content

Commit

Permalink
bump 404 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored and hanwencheng committed Dec 2, 2019
1 parent 8c2c09a commit a0df0a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ android {
minSdkVersion 18
missingDimensionStrategy 'react-native-camera', 'general'
targetSdkVersion 28
versionCode 4003
versionName "4.0.3"
versionCode 4004
versionName "4.0.4"
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
}
Expand Down
4 changes: 2 additions & 2 deletions ios/NativeSigner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.0.3</string>
<string>4.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4003</string>
<string>4004</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NativeSigner",
"version": "4.0.3-beta",
"version": "4.0.4-beta",
"private": true,
"license": "GPL-3.0",
"engines": {
Expand Down

0 comments on commit a0df0a0

Please sign in to comment.