Skip to content

Commit

Permalink
Bump version to 2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Jun 7, 2022
1 parent 0ff3fd0 commit 4de691b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 2.4.9

### Bug fixes

* Fix issue with setting monitoring via a remote command "set configuration" message (#1221)

## Version 2.4.8

### New features
Expand Down
4 changes: 2 additions & 2 deletions project/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
minSdk = 21
targetSdk = 31

versionCode = 20408000
versionName = "2.4.8"
versionCode = 20409000
versionName = "2.4.9"

val locales = listOf("en", "de", "fr", "es", "ru", "ca", "pl", "cs", "ja", "pt", "zh")
buildConfigField(
Expand Down
4 changes: 2 additions & 2 deletions project/app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Release 2.4.8
All changes can be found at https://github.com/owntracks/android/releases/tag/v2.4.8/CHANGELOG.md
Release 2.4.9
All changes can be found at https://github.com/owntracks/android/releases/tag/v2.4.9/CHANGELOG.md
Please report any issues to https://github.com/owntracks/android/issues

0 comments on commit 4de691b

Please sign in to comment.