Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed Apr 19, 2024
1 parent 24dad8d commit 4faffef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "com.davidtakac.bura"
minSdk = 28
targetSdk = 34
versionCode = 7
versionName = "1.1.0"
versionCode = 8
versionName = "1.1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(listOf("en", "hr"))
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## [1.1.1] - 2024-04-19

### Fixed
- Crash when selecting a place that has no sunrise or sunset in a given day (#31)

0 comments on commit 4faffef

Please sign in to comment.