Skip to content

Commit

Permalink
2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Jan 16, 2024
1 parent 9f6c261 commit 3811f7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.10.1] - 2024-01-16
### Fixed
- Connection settings being wiped on upgrade

## [2.10.0] - 2024-01-13
### Added
- Android 14 support
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {

defaultConfig {
applicationId = "org.equeim.tremotesf"
versionCode = 4055
versionName = "2.10.0"
versionCode = 4056
versionName = "2.10.1"

vectorDrawables.useSupportLibrary = true
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/4056.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed resetting connection settings on upgrade

0 comments on commit 3811f7b

Please sign in to comment.