Skip to content

Commit 113eee8

Browse files
committed
Update version for new release
1 parent 4c18b15 commit 113eee8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/appdata/com.gexperts.Tilix.appdata.xml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
</screenshots>
3939

4040
<releases>
41+
<release version="1.9.1" date="2019-03-17">
42+
<description>
43+
<p>remove app menu for gnome 3.32, update icon, minor fixes</p>
44+
</description>
45+
</release>
4146
<release version="1.8.9" date="2019-01-06">
4247
<description>
4348
<p>Small release to update localizations and update to GtkD 3.8.5 to fix library name in GtkD.</p>

source/gx/tilix/constants.d

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

6767
// Application values used in About Dialog
6868
enum APPLICATION_NAME = "Tilix";
69-
enum APPLICATION_VERSION = "1.9.0-0.0.1";
69+
enum APPLICATION_VERSION = "1.9.1";
7070
enum APPLICATION_AUTHOR = "Gerald Nunn";
7171
enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2019 " ~ APPLICATION_AUTHOR;
7272
enum APPLICATION_COMMENTS = N_("A VTE based terminal emulator for Linux");

0 commit comments

Comments
 (0)