Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
chore: bump version to 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsgowtham committed Sep 9, 2023
1 parent 2ad6f38 commit 04e0ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ android {
applicationId "com.devtounofficial"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "1.0.0-beta.2"
versionCode 6
versionName "1.0.0-beta.3"
}

splits {
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": "udev",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 04e0ba6

Please sign in to comment.