Skip to content

Commit

Permalink
Update dub.json and terminix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Jan 22, 2016
1 parent 3d07c35 commit 2865b67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"fileVersion": 1,
"versions": {
"gtk-d": "3.2.1"
"gtk-d": "3.2.2"
}
}
2 changes: 1 addition & 1 deletion source/gx/terminix/constants.d
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2865b67

Please sign in to comment.