Skip to content

Commit 2865b67

Browse files
committed
Update dub.json and terminix versions
1 parent 3d07c35 commit 2865b67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"copyright": "Copyright © 2015, Gerald Nunn",
55
"authors": ["Gerald Nunn"],
66
"dependencies": {
7-
"gtk-d": "3.2.1+commit.13.g90e10fd"
7+
"gtk-d": "3.2.2"
88
},
99
"buildTypes": {
1010
"release": {

dub.selections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileVersion": 1,
33
"versions": {
4-
"gtk-d": "3.2.1"
4+
"gtk-d": "3.2.2"
55
}
66
}

source/gx/terminix/constants.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enum APPLICATION_ID = "com.gexperts.Terminix";
2020

2121
// Application values used in About Dialog
2222
enum APPLICATION_NAME = "Terminix";
23-
enum APPLICATION_VERSION = "0.38.0";
23+
enum APPLICATION_VERSION = "0.40.0";
2424
enum APPLICATION_AUTHOR = "Gerald Nunn";
2525
enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2015 " ~ APPLICATION_AUTHOR;
2626
enum APPLICATION_COMMENTS = "A VTE based terminal emulator for Linux";

0 commit comments

Comments
 (0)