diff --git a/dub.json b/dub.json index b99944ff..f3e7814e 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ "copyright": "Copyright © 2015, Gerald Nunn", "authors": ["Gerald Nunn"], "dependencies": { - "gtk-d": "3.2.1+commit.13.g90e10fd" + "gtk-d": "3.2.2" }, "buildTypes": { "release": { diff --git a/dub.selections.json b/dub.selections.json index 75c84ed5..7b6d3d9f 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,6 +1,6 @@ { "fileVersion": 1, "versions": { - "gtk-d": "3.2.1" + "gtk-d": "3.2.2" } } diff --git a/source/gx/terminix/constants.d b/source/gx/terminix/constants.d index d717ec63..e86ee23e 100644 --- a/source/gx/terminix/constants.d +++ b/source/gx/terminix/constants.d @@ -20,7 +20,7 @@ enum APPLICATION_ID = "com.gexperts.Terminix"; // Application values used in About Dialog enum APPLICATION_NAME = "Terminix"; -enum APPLICATION_VERSION = "0.38.0"; +enum APPLICATION_VERSION = "0.40.0"; enum APPLICATION_AUTHOR = "Gerald Nunn"; enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2015 " ~ APPLICATION_AUTHOR; enum APPLICATION_COMMENTS = "A VTE based terminal emulator for Linux";