diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eed665c..5e8072e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### v1.1.3 +- Improve sharing *a lot*, add support for multiple filetypes +- Support for downloading GIFs ;) +- Rework screenshot saving and sharing; add new share options: +- Merge license and changelog dialog on first start + ### v1.1.2 - Fix: loading non-pod links outside customtab/external browser - Fix: webview-js dialog not dismissing correctly diff --git a/app/build.gradle b/app/build.gradle index f11ef202..a11ef9b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android" applicationId "com.github.dfa.diaspora_android" - versionName "1.1.2" - versionCode 31 + versionName "1.1.3" + versionCode 32 vectorDrawables.useSupportLibrary = true