Skip to content

Commit

Permalink
chore: Update version to 2.2.3 in build.gradle and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu8443 committed Aug 2, 2024
1 parent 9f90f7c commit 8c0ea71
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 @@ -86,8 +86,8 @@ android {
applicationId "com.vega"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 45
versionName "2.2.2"
versionCode 46
versionName "2.2.3"
}
signingConfigs {
release {
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": "vega",
"version": "2.2.2",
"version": "2.2.3",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 8c0ea71

Please sign in to comment.