Skip to content

Commit ca5e970

Browse files
committed
Update Release
1 parent 329bb0b commit ca5e970

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ android {
8585
minSdkVersion rootProject.ext.minSdkVersion
8686
targetSdkVersion rootProject.ext.targetSdkVersion
8787
versionCode 1
88-
versionName "1.8"
88+
versionName "1.9.1"
8989
}
9090
sourceSets {
9191
main {

ios/ReactNative_ScoutApp2023.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
"$(inherited)",
683683
"@executable_path/Frameworks",
684684
);
685-
MARKETING_VERSION = 1.9;
685+
MARKETING_VERSION = 1.9.1;
686686
OTHER_LDFLAGS = (
687687
"$(inherited)",
688688
"-ObjC",
@@ -722,7 +722,7 @@
722722
"$(inherited)",
723723
"@executable_path/Frameworks",
724724
);
725-
MARKETING_VERSION = 1.9;
725+
MARKETING_VERSION = 1.9.1;
726726
OTHER_LDFLAGS = (
727727
"$(inherited)",
728728
"-ObjC",

release-info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"release_name": "Release for version 1.9.0",
3-
"release_number": "1.9",
4-
"body": "2025 beta release, new form."
2+
"release_name": "Release for version 1.9.1",
3+
"release_number": "1.9.1",
4+
"body": "Fix CounterBox Issue + Update form"
55
}

0 commit comments

Comments
 (0)