Skip to content

Commit

Permalink
chore: release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipme committed Jul 2, 2023
1 parent 672f193 commit ddf8fa0
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -13,8 +13,8 @@ android {
applicationId "me.mudkip.moememos"
minSdk 26
targetSdk 33
versionCode 16
versionName "0.6.1"
versionCode 17
versionName "0.6.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## What's Changed
* Resolved the issue of the visibility button not being displayed when there are no tags. by @mudkipme in https://github.com/mudkipme/MoeMemosAndroid/pull/67
* Added support for the default memo visibility setting. by @mudkipme in https://github.com/mudkipme/MoeMemosAndroid/pull/71
* Resolved the issue of not being able to view images on some devices. by @runforprogram in https://github.com/mudkipme/MoeMemosAndroid/pull/82
* Resolved the compatibility issue with Memos version 0.13.2. by @mudkipme in https://github.com/mudkipme/MoeMemosAndroid/pull/86

## New Contributors
* @runforprogram made their first contribution in https://github.com/mudkipme/MoeMemosAndroid/pull/82

**Full Changelog**: https://github.com/mudkipme/MoeMemosAndroid/compare/0.6.1...0.6.2

0 comments on commit ddf8fa0

Please sign in to comment.