Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Mar 3, 2023
1 parent 93afdcd commit 9a47c9b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "2.1.0"
versionName "2.1.1"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@
"version": 1,
"author": "expo"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"version": 1,
"author": "expo"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"version": 1,
"author": "expo"
}
}
}
2 changes: 1 addition & 1 deletion ios/ObytesApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</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": "obytesapp",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"start": "expo start --dev-client",
Expand Down

0 comments on commit 9a47c9b

Please sign in to comment.