Skip to content

Commit

Permalink
chore: bump 307 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Sep 18, 2019
1 parent 27436c5 commit e01cf13
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 @@ -110,8 +110,8 @@ android {
minSdkVersion 16
missingDimensionStrategy 'react-native-camera', 'general'
targetSdkVersion 28
versionCode 306
versionName "3.0.6"
versionCode 307
versionName "3.0.7"
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>3.0.6</string>
<string>3.0.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>306</string>
<string>307</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": "3.0.6-beta",
"version": "3.0.7-beta",
"private": true,
"license": "GPL-3.0",
"engines": {
Expand Down

0 comments on commit e01cf13

Please sign in to comment.