From 13c2adba5694dcea0a0fc06d8ebbf0e22c9de8a3 Mon Sep 17 00:00:00 2001 From: sk Date: Fri, 6 May 2022 00:34:08 +0200 Subject: [PATCH] update version and readme --- README.md | 1 + mastodon/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3708dd213..19fe732ab 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 60c989b65..1c6c91563 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" }