diff --git a/Cargo.lock b/Cargo.lock index 450401dd818e..60d900652160 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,7 +1196,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2019.9.0-beta1" +version = "2019.9.0" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1217,7 +1217,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2019.9.0-beta1" +version = "2019.9.0" dependencies = [ "android_logger 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1291,9 +1291,9 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "log-panics 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "mullvad-daemon 2019.9.0-beta1", + "mullvad-daemon 2019.9.0", "mullvad-paths 0.1.0", - "mullvad-problem-report 2019.9.0-beta1", + "mullvad-problem-report 2019.9.0", "mullvad-types 0.1.0", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "talpid-core 0.1.0", @@ -1311,7 +1311,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2019.9.0-beta1" +version = "2019.9.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2460,7 +2460,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "2019.9.0-beta1" +version = "2019.9.0" dependencies = [ "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "err-derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/android/build.gradle b/android/build.gradle index a75d7efe29f5..4d5fc6e04576 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.mullvad.mullvadvpn" minSdkVersion 19 targetSdkVersion 28 - versionCode 19090001 - versionName "2019.9-beta1" + versionCode 19090099 + versionName "2019.9" } if (keystorePropertiesFile.exists()) { diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h index 6760964bf5e0..ccae5d753381 100644 --- a/dist-assets/windows/version.h +++ b/dist-assets/windows/version.h @@ -1,4 +1,4 @@ #define MAJOR_VERSION 2019 #define MINOR_VERSION 9 #define PATCH_VERSION 0 -#define PRODUCT_VERSION "2019.9-beta1" +#define PRODUCT_VERSION "2019.9" diff --git a/gui/package-lock.json b/gui/package-lock.json index dce654e6b832..f0aeb4ddf860 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2019.9.0-beta1", + "version": "2019.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/gui/package.json b/gui/package.json index 052aa27e249e..b2eb77f16208 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2019.9.0-beta1", + "version": "2019.9.0", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 39cf8badba83..c78225fd5c00 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2019.9.0-beta1" +version = "2019.9.0" authors = [ "Mullvad VPN ", "Andrej Mihajlov ", diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml index 512f4da7156f..039b8b679b34 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2019.9.0-beta1" +version = "2019.9.0" authors = [ "Mullvad VPN ", "Andrej Mihajlov ", diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml index 94d2c39466aa..694ecd31f1f7 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-problem-report" -version = "2019.9.0-beta1" +version = "2019.9.0" authors = [ "Mullvad VPN ", "Andrej Mihajlov ", diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml index ced7963c6eb8..d92f9e135c26 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talpid-openvpn-plugin" -version = "2019.9.0-beta1" +version = "2019.9.0" authors = [ "Mullvad VPN ", "Andrej Mihajlov ",