diff --git a/README.md b/README.md index 3708dd2134..19fe732aba 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Learn more about this app in the [blog post](https://blog.joinmastodon.org/2022/ ([Pull request](https://github.com/mastodon/mastodon-android/pull/103)) and [set as default](https://github.com/sk22/mastodon-android-fork/tree/feature/enable-unlisted-as-default) * [Add "Federation" tab and change Discover tab order](https://github.com/sk22/mastodon-android-fork/tree/feature/add-federated-timeline) +* [Add image description button and viewer](https://github.com/sk22/mastodon-android-fork/tree/feature/display-alt-text) ([Pull request](https://github.com/mastodon/mastodon-android/pull/129)) ## Building diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 60c989b65a..1c6c915633 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -10,7 +10,7 @@ android { minSdk 23 targetSdk 31 versionCode 5 - versionName '1.1.1-dev+fork.2.0' + versionName '1.1.1-dev+fork.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }