diff --git a/data/appdata/com.gexperts.Tilix.appdata.xml.in b/data/appdata/com.gexperts.Tilix.appdata.xml.in index 406856d8..63e145c7 100644 --- a/data/appdata/com.gexperts.Tilix.appdata.xml.in +++ b/data/appdata/com.gexperts.Tilix.appdata.xml.in @@ -38,6 +38,11 @@ + + +

Small release to update localizations and update to GtkD 3.8.5 to fix library name in GtkD.

+
+

Some new features and bug fixes, please see https://gnunn1.github.io/tilix-web/ for specific information about this release.

diff --git a/dub.selections.json b/dub.selections.json index 55d19248..6ad75600 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,6 +1,6 @@ { "fileVersion": 1, "versions": { - "gtk-d": "3.8.4" + "gtk-d": "3.8.5" } } diff --git a/source/gx/tilix/constants.d b/source/gx/tilix/constants.d index fdcc83c9..7e69510b 100644 --- a/source/gx/tilix/constants.d +++ b/source/gx/tilix/constants.d @@ -66,7 +66,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix"; // Application values used in About Dialog enum APPLICATION_NAME = "Tilix"; -enum APPLICATION_VERSION = "1.8.7"; +enum APPLICATION_VERSION = "1.8.9"; enum APPLICATION_AUTHOR = "Gerald Nunn"; enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2019 " ~ APPLICATION_AUTHOR; enum APPLICATION_COMMENTS = N_("A VTE based terminal emulator for Linux");