diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-11-06 10:23:41 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-11-06 10:23:41 +0100 |
| commit | 11c70d8c1cb3d8372f705c6e0db7ae96a59a2482 (patch) | |
| tree | 5cace5030f4603030f966bd83a65e645a5ce8448 | |
| parent | f56b0532d628a4d12bf55f7006dfaa357a0cb1dc (diff) | |
| download | mullvadvpn-2019.10-beta1.tar.xz mullvadvpn-2019.10-beta1.zip | |
Updating version in package files2019.10-beta1
| -rw-r--r-- | Cargo.lock | 12 | ||||
| -rw-r--r-- | android/build.gradle | 4 | ||||
| -rw-r--r-- | dist-assets/windows/version.h | 4 | ||||
| -rw-r--r-- | gui/package-lock.json | 2 | ||||
| -rw-r--r-- | gui/package.json | 2 | ||||
| -rw-r--r-- | mullvad-cli/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-daemon/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-problem-report/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-openvpn-plugin/Cargo.toml | 2 |
9 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2bdc241c0b..3d7d25bb2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1205,7 +1205,7 @@ dependencies = [ [[package]] name = "mullvad-cli" -version = "2019.9.0" +version = "2019.10.0-beta1" 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)", @@ -1226,7 +1226,7 @@ dependencies = [ [[package]] name = "mullvad-daemon" -version = "2019.9.0" +version = "2019.10.0-beta1" 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)", @@ -1300,9 +1300,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", + "mullvad-daemon 2019.10.0-beta1", "mullvad-paths 0.1.0", - "mullvad-problem-report 2019.9.0", + "mullvad-problem-report 2019.10.0-beta1", "mullvad-types 0.1.0", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "talpid-core 0.1.0", @@ -1320,7 +1320,7 @@ dependencies = [ [[package]] name = "mullvad-problem-report" -version = "2019.9.0" +version = "2019.10.0-beta1" 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)", @@ -2470,7 +2470,7 @@ dependencies = [ [[package]] name = "talpid-openvpn-plugin" -version = "2019.9.0" +version = "2019.10.0-beta1" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "err-derive 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/android/build.gradle b/android/build.gradle index 4d5fc6e045..dbcddd383c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.mullvad.mullvadvpn" minSdkVersion 19 targetSdkVersion 28 - versionCode 19090099 - versionName "2019.9" + versionCode 19100001 + versionName "2019.10-beta1" } if (keystorePropertiesFile.exists()) { diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h index ccae5d7533..fc8df3de26 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 MINOR_VERSION 10 #define PATCH_VERSION 0 -#define PRODUCT_VERSION "2019.9" +#define PRODUCT_VERSION "2019.10-beta1" diff --git a/gui/package-lock.json b/gui/package-lock.json index f0aeb4ddf8..eeb8f185ec 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2019.9.0", + "version": "2019.10.0-beta1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/gui/package.json b/gui/package.json index b2eb77f162..8808ec48fb 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "mullvad-vpn", - "version": "2019.9.0", + "version": "2019.10.0-beta1", "productName": "Mullvad VPN", "private": true, "description": "Mullvad VPN client", diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 32d4b937b2..4593e43f0a 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-cli" -version = "2019.9.0" +version = "2019.10.0-beta1" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml index 04655d4ed2..bb7ada7094 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mullvad-daemon" -version = "2019.9.0" +version = "2019.10.0-beta1" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml index 6f3ef01575..440ff8e75d 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" +version = "2019.10.0-beta1" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml index 18e8f34413..2480c57915 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" +version = "2019.10.0-beta1" authors = [ "Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", |
