Skip to content

Commit 94bf4ca

Browse files
author
github-actions
committed
chore: bump version to 1.4.3
1 parent 739324d commit 94bf4ca

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.3] - 2026-04-29
4+
5+
### Fixes
6+
- tile connect now respects split-tunnel app exceptions
7+
8+
---
9+
310
## [1.4.2] - 2026-04-27
411

512
### Fixes

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.gatecontrol.client"
1515
minSdk = 31
1616
targetSdk = 35
17-
versionCode = 10402
18-
versionName = "1.4.2"
17+
versionCode = 10403
18+
versionName = "1.4.3"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121

0 commit comments

Comments
 (0)