Skip to content

Commit e811110

Browse files
chore: bump version to 1.1.3
- Updated package.json version - Updated Android versionCode and versionName - Preparing for release v1.1.3
1 parent 93e17c8 commit e811110

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ android {
7979
applicationId "com.nativebridge.io"
8080
minSdkVersion rootProject.ext.minSdkVersion
8181
targetSdkVersion rootProject.ext.targetSdkVersion
82-
versionCode 10102
83-
versionName "1.1.2"
82+
versionCode 10103
83+
versionName "1.1.3"
8484
missingDimensionStrategy 'react-native-camera', 'general'
8585
}
8686
signingConfigs {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NativeBridge",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"description": "Production Android testing application with mandatory biometric authentication gate",
66
"scripts": {

0 commit comments

Comments
 (0)