Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Apr 20, 2020
1 parent 9497f9f commit c65c59f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions data/com.github.sgpthomas.hourglass.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
</provides>

<releases>
<release version="1.2.1" date="2020-04-20" urgency="medium">
<description>
<ul>
<li>Fixed a regression that the app didn't run at the first time launch</li>
<li>Revived and updated valid translation files</li>
</ul>
</description>
</release>
<release version="1.2.0" date="2020-04-20" urgency="medium">
<description>
<ul>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
com.github.sgpthomas.hourglass (1.2.1) bionic; urgency=medium

* Fixed a regression that the app didn't run at the first time launch
* Revived and updated valid translation files

-- Ryo Nakano <[email protected]> Mon, 20 Apr 2020 21:27:22 +0900

com.github.sgpthomas.hourglass (1.2.0) bionic; urgency=medium

* Fixed timer control influences other instances
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('com.github.sgpthomas.hourglass',
'vala', 'c',
version: '1.2.0'
version: '1.2.1'
)

gnome = import('gnome')
Expand Down

0 comments on commit c65c59f

Please sign in to comment.