Skip to content

Commit ae0a7c8

Browse files
committed
chore: bump versions to 1.7.7 (Cargo + Android)
The v1.7.7 tag commit (6885800) only updated the changelog; the version field edits failed earlier due to file-state-changed-mid-edit race. Fixing forward — Cargo.toml + build.gradle.kts now show 1.7.7 properly. Workflow will build from main HEAD on workflow_dispatch, so the v1.7.7 release-page artifacts will have the correct internal version even though the tag commit itself doesn't include the version bump.
1 parent 6885800 commit ae0a7c8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mhrv-rs"
3-
version = "1.7.6"
3+
version = "1.7.7"
44
edition = "2021"
55
description = "Rust port of MasterHttpRelayVPN -- DPI bypass via Google Apps Script relay with domain fronting"
66
license = "MIT"

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.therealaleph.mhrv"
1515
minSdk = 24 // Android 7.0 — covers 99%+ of live devices.
1616
targetSdk = 34
17-
versionCode = 151
18-
versionName = "1.7.6"
17+
versionCode = 152
18+
versionName = "1.7.7"
1919

2020
// Ship all four mainstream Android ABIs:
2121
// - arm64-v8a — 95%+ of real-world Android phones since 2019

0 commit comments

Comments
 (0)