Skip to content

Commit

Permalink
New version 1.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsaibot authored and Gitsaibot committed Jun 10, 2024
1 parent 79edb64 commit 0a00f53
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -18,8 +18,8 @@ android {
defaultConfig {
minSdk = 21
targetSdk = 34
versionCode = 45
versionName = "1.0.45"
versionCode = 46
versionName = "1.0.46"
applicationId = "ws.xsoh.etar"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 3 additions & 0 deletions metadata/de-DE/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Kalender eines bestehenden Termins ist nun änderbar
- Fehler in der Gehe zu Funktion behoben
- Fehlerbehebungen
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Allow editing calendar on existing events
- Fix go-to date function
- Small bugfixes

0 comments on commit 0a00f53

Please sign in to comment.