Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donadigo committed Aug 15, 2017
1 parent a332f27 commit 706c6f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions data/com.github.donadigo.appeditor.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
<image>https://raw.githubusercontent.com/donadigo/appeditor/master/Screenshot.png</image>
</screenshot>
</screenshots>
<releases>
<release version="0.9.0" date="2017-08-15">
<description>
<p>Initial release</p>
</description>
</release>
</releases>
<custom>
<value key="x-appcenter-color-primary">#32e3ca</value>
<value key="x-appcenter-color-primary-text">#0A332D</value>
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

namespace AppEditor.Constants {
public const string APP_NAME = _("AppEditor");
public const string VERSION = "0.0.1";
public const string VERSION = "0.9.0";
public const string EXEC_NAME = "com.github.donadigo.appeditor";
public const string DESKTOP_NAME = "com.github.donadigo.appeditor.desktop";
}

0 comments on commit 706c6f5

Please sign in to comment.