Skip to content

Commit 800635d

Browse files
committed
Release version 0.1.0
1 parent 64570de commit 800635d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

data/com.github.manexim.messages.appdata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
<provides>
1616
<binary>com.github.manexim.messages</binary>
1717
</provides>
18+
<releases>
19+
<release date="2020-02-09" version="0.1.0">
20+
<description>
21+
<p>Initial release</p>
22+
</description>
23+
</release>
24+
</releases>
1825
​<releases></releases>
1926
<screenshots>
2027
<screenshot type="default">

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
com.github.manexim.messages (0.1.0) bionic; urgency=medium
2+
3+
* Initial release
4+
5+
-- Marius Meisenzahl <[email protected]> Sun, 09 Feb 2020 15:02:17 +0100

src/Config/Constants.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ namespace Config {
2323
public const string APP_ID = "com.github.manexim.messages";
2424
public const string APP_AUTHOR = "Manexim";
2525
public const string APP_NAME = "Messages";
26-
public const string APP_VERSION = "0.0.0";
26+
public const string APP_VERSION = "0.1.0";
2727
}

0 commit comments

Comments
 (0)