Skip to content

Commit 3f3a374

Browse files
authored
feat: release 2.1.0 (#51)
1 parent b359d23 commit 3f3a374

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ android {
8181
applicationId "com.tejasgajjar.ohmc"
8282
minSdkVersion rootProject.ext.minSdkVersion
8383
targetSdkVersion rootProject.ext.targetSdkVersion
84-
versionCode 10
85-
versionName "2.0"
84+
versionCode 12
85+
versionName "2.1.0"
8686
}
8787
signingConfigs {
8888
debug {

ios/OpenHardwareMonClient.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
"$(inherited)",
600600
"@executable_path/Frameworks",
601601
);
602-
MARKETING_VERSION = 2.0;
602+
MARKETING_VERSION = 2.1.0;
603603
OTHER_LDFLAGS = (
604604
"$(inherited)",
605605
"-ObjC",
@@ -631,7 +631,7 @@
631631
"$(inherited)",
632632
"@executable_path/Frameworks",
633633
);
634-
MARKETING_VERSION = 2.0;
634+
MARKETING_VERSION = 2.1.0;
635635
OTHER_LDFLAGS = (
636636
"$(inherited)",
637637
"-ObjC",

0 commit comments

Comments
 (0)