Skip to content

Commit e9496bd

Browse files
committed
Release version 0.1.2
1 parent e1058af commit e9496bd

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Diff for: data/com.github.manexim.typewriter.appdata.xml

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
<binary>com.github.manexim.typewriter</binary>
1717
</provides>
1818
​<releases>
19+
<release date="2020-02-08" version="0.1.2">
20+
<description>
21+
<p>Update icon branding</p>
22+
</description>
23+
</release>
1924
<release date="2020-02-02" version="0.1.1">
2025
<description>
2126
<p>Update icon</p>

Diff for: debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.manexim.typewriter (0.1.2) bionic; urgency=medium
2+
3+
* Update icon branding
4+
5+
-- Marius Meisenzahl <[email protected]> Sat, 08 Feb 2020 12:01:42 +0100
6+
17
com.github.manexim.typewriter (0.1.1) bionic; urgency=medium
28

39
* Update icon

Diff for: src/Config/Constants.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Config {
2323
public const string APP_ID = "com.github.manexim.typewriter";
2424
public const string APP_AUTHOR = "Manexim";
2525
public const string APP_NAME = "Typewriter";
26-
public const string APP_VERSION = "0.1.1";
26+
public const string APP_VERSION = "0.1.2";
2727

2828
public const uint WORDS_PER_MINUTE = 265;
2929
}

0 commit comments

Comments
 (0)