Skip to content

Commit

Permalink
v1.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
retrixe committed Jun 6, 2024
1 parent 096c514 commit 3ffa717
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 @@ -80,8 +80,8 @@ android {
applicationId "com.enderchat"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1005
versionName "1.0.0-alpha.6"
versionCode 1006
versionName "1.0.0-alpha.7"
}

signingConfigs {
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": "enderchat",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"private": true,
"license": "MPL-2.0",
"scripts": {
Expand Down

0 comments on commit 3ffa717

Please sign in to comment.