We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d620ee commit 44489d0Copy full SHA for 44489d0
data/com.github.donadigo.appeditor.appdata.xml
@@ -31,6 +31,11 @@
31
</screenshot>
32
</screenshots>
33
<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>
39
<release version="0.9.1" date="2017-08-15">
40
<description>
41
<p>Fix debian packaging</p>
src/Constants.vala
@@ -19,7 +19,7 @@
19
20
namespace AppEditor.Constants {
21
public const string APP_NAME = _("AppEditor");
22
- public const string VERSION = "0.9.1";
+ public const string VERSION = "0.9.2";
23
public const string EXEC_NAME = "com.github.donadigo.appeditor";
24
public const string DESKTOP_NAME = "com.github.donadigo.appeditor.desktop";
25
}
0 commit comments