Skip to content

Commit

Permalink
prepare for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
François Kooman committed Nov 26, 2019
1 parent 1ddd556 commit 63fbab7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.3.0 (unreleased)
## 1.3.0 (2019-11-26)
- Updated the flow: instead of profiles you now select servers first. We don't connect to each server to fetch the latest profiles.
- Added some animations and updated loading indicators for a smoother user experience.
- You can remove servers by long pressing on them, instead of swiping.
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 10
versionName "1.3"
versionName "1.3.0"
buildConfigField "String", "SECURE_INTERNET_DISCOVERY_URL", "\"https://static.eduvpn.nl/disco/secure_internet.json\""
buildConfigField "String", "INSTITUTE_ACCESS_DISCOVERY_URL", "\"https://static.eduvpn.nl/disco/institute_access.json\""
buildConfigField "String", "SIGNATURE_URL_POSTFIX", "\".sig\""
Expand Down
2 changes: 1 addition & 1 deletion build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SDK_DIR=${HOME}/android-sdk
KEY_STORE=${HOME}/android.jks

GIT_REPO=https://github.com/eduvpn/android
GIT_TAG=1.2.3
GIT_TAG=1.3.0
#GIT_TAG=master

PROJECT_DIR=${HOME}/Projects
Expand Down

0 comments on commit 63fbab7

Please sign in to comment.