Skip to content

Commit

Permalink
Bump version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Sep 6, 2021
1 parent 3abc9a8 commit e95712c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.1

### Bug fixes

* Fix a race condition between activating and deactivating a map location source causing a crash on startup (#1081)

## Version 2.4.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion project/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

val versionMajor = 2
val versionMinor = 4
val versionPatch = 0
val versionPatch = 1

val googleMapsAPIKey = extra.get("google_maps_api_key")?.toString() ?: "PLACEHOLDER_API_KEY"

Expand Down

0 comments on commit e95712c

Please sign in to comment.