diff --git a/fastlane/metadata/android/en-US/changelogs/116.txt b/fastlane/metadata/android/en-US/changelogs/116.txt new file mode 100644 index 00000000..9e19a4ea --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/116.txt @@ -0,0 +1,4 @@ +- We're rolling out grouped notifications for servers that support the feature +- You can now click "show results" on polls without having to submit a vote +- You will now see lines connecting reply chains in threads +- Bug fixes and improvements, obviously! \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/default.txt b/fastlane/metadata/android/en-US/changelogs/default.txt index 4fceb3df..0119f901 120000 --- a/fastlane/metadata/android/en-US/changelogs/default.txt +++ b/fastlane/metadata/android/en-US/changelogs/default.txt @@ -1 +1 @@ -110.txt \ No newline at end of file +116.txt \ No newline at end of file diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 629202ee..a540bf3c 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -13,8 +13,8 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 34 - versionCode 114 - versionName "2.6.1" + versionCode 116 + versionName "2.7.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }