Skip to content

Commit

Permalink
v. 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pokamest committed Jun 11, 2022
1 parent eca397b commit c5ef462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ android {
resConfig "en"
minSdkVersion = 24
targetSdkVersion = 30
versionCode 8 // Change to a higher number
versionName "2.0.8" // Change to a higher number
versionCode 10 // Change to a higher number
versionName "2.0.10" // Change to a higher number
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions client/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define APPLICATION_NAME "AmneziaVPN"
#define SERVICE_NAME "AmneziaVPN-service"
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
#define APP_MAJOR_VERSION "2.0.8"
#define APP_VERSION "2.0.8.0"
#define APP_MAJOR_VERSION "2.0.10"
#define APP_VERSION "2.0.10.0"

#endif // DEFINES_H

0 comments on commit c5ef462

Please sign in to comment.