Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
abaker committed Aug 3, 2023
1 parent 83a42c9 commit dbcaa36
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
### 13.5.1 (2023-08-02)

* Fix crash when importing Google Tasks from a backup file
* Added Burmese translations - @htetoh
* Update translations
* Chinese (Simplified) - Poesty Li
* Croatian - @milotype
* Japanese - Kazushi Hayama
* Polish - @alex-ter
* Russian - @alex-ter
* Ukrainian - @IhorHordiichuk
* Vietnamese - @unbiaseduser

### 13.5 (2023-07-28)

* New custom recurrence picker
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Expand Up @@ -56,8 +56,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 130500
versionName = "13.5"
versionCode = 130501
versionName = "13.5.1"
targetSdk = 33
minSdk = 24
testInstrumentationRunner = "org.tasks.TestRunner"
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/130501.txt
@@ -0,0 +1,2 @@
* New custom recurrence picker
* Update translations

0 comments on commit dbcaa36

Please sign in to comment.