Skip to content

Commit 7da0228

Browse files
authored
feat: release v1.1.0 (#14)
1 parent 72a7cf7 commit 7da0228

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ android {
136136
applicationId "com.tejasgajjar.ohmc"
137137
minSdkVersion rootProject.ext.minSdkVersion
138138
targetSdkVersion rootProject.ext.targetSdkVersion
139-
versionCode 2
140-
versionName "1.0.1"
139+
versionCode 3
140+
versionName "1.1.0"
141141
}
142142
splits {
143143
abi {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3904,6 +3904,11 @@
39043904
"resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
39053905
"version" "1.0.0"
39063906

3907+
"fsevents@^2.1.2":
3908+
"integrity" "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA=="
3909+
"resolved" "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
3910+
"version" "2.3.2"
3911+
39073912
"function-bind@^1.1.1":
39083913
"integrity" "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
39093914
"resolved" "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"

0 commit comments

Comments
 (0)