diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index c7c15a4..bc394d1 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -16,6 +16,10 @@ + + Attach images and GIFs to direct messages + + New option for longer tweets: Tweet Storms! Break apart longer tweets by appending a count (1/x) on the end. diff --git a/gradle.properties b/gradle.properties index d208022..98927fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ # limitations under the License. # -VERSION_NAME=4.13.0 -VERSION_CODE=229 +VERSION_NAME=4.14.0 +VERSION_CODE=230 TARGET_SDK=25 MIN_SDK=15 diff --git a/release_description.txt b/release_description.txt index d79acb3..35e2e6f 100644 --- a/release_description.txt +++ b/release_description.txt @@ -1 +1 @@ -This release adds a new style, for longer tweets: Tweet Storms! This style will break apart long tweets by placing a counter at the end (1/x), so that people never have to leave Twitter, to see your whole tweet! \ No newline at end of file +This release allows you to attach images and GIFs to your direct messages! \ No newline at end of file