Skip to content

Commit 44489d0

Browse files
committed
Release 0.9.2
1 parent 7d620ee commit 44489d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/com.github.donadigo.appeditor.appdata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
</screenshot>
3232
</screenshots>
3333
<releases>
34+
<release version="0.9.2" date="2017-08-15">
35+
<description>
36+
<p>Add meson dependency to debian packaging</p>
37+
</description>
38+
</release>
3439
<release version="0.9.1" date="2017-08-15">
3540
<description>
3641
<p>Fix debian packaging</p>

src/Constants.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
namespace AppEditor.Constants {
2121
public const string APP_NAME = _("AppEditor");
22-
public const string VERSION = "0.9.1";
22+
public const string VERSION = "0.9.2";
2323
public const string EXEC_NAME = "com.github.donadigo.appeditor";
2424
public const string DESKTOP_NAME = "com.github.donadigo.appeditor.desktop";
2525
}

0 commit comments

Comments
 (0)