Skip to content

Commit

Permalink
v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgluf committed Oct 18, 2024
1 parent 8c78757 commit 1a1551f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "fr.nuage.souvenirs"
minSdkVersion 24
targetSdkVersion 33
versionCode 35
versionName "2.9.1"
versionCode 36
versionName "2.9.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "souvenirs-$versionName")
}
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix: Concurrent access on album save

0 comments on commit 1a1551f

Please sign in to comment.