Skip to content

Commit

Permalink
Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Feb 9, 2020
1 parent 64570de commit 800635d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions data/com.github.manexim.messages.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
<provides>
<binary>com.github.manexim.messages</binary>
</provides>
<releases>
<release date="2020-02-09" version="0.1.0">
<description>
<p>Initial release</p>
</description>
</release>
</releases>
​<releases></releases>
<screenshots>
<screenshot type="default">
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
com.github.manexim.messages (0.1.0) bionic; urgency=medium

* Initial release

-- Marius Meisenzahl <mariusmeisenzahl@gmail.com> Sun, 09 Feb 2020 15:02:17 +0100
2 changes: 1 addition & 1 deletion src/Config/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ namespace Config {
public const string APP_ID = "com.github.manexim.messages";
public const string APP_AUTHOR = "Manexim";
public const string APP_NAME = "Messages";
public const string APP_VERSION = "0.0.0";
public const string APP_VERSION = "0.1.0";
}

0 comments on commit 800635d

Please sign in to comment.