Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Oct 30, 2017
1 parent 20f7c62 commit 27b66ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions data/com.github.geigi.cozy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<url type="help">https://github.com/geigi/cozy/issues</url>
<update_contact>[email protected]</update_contact>
<releases>
<release version="0.2.7" timestamp="1509390271">
<description>
<p>Fixed debian runtime dependencies</p>
</description>
</release>
<release version="0.2.6" timestamp="1509365426">
<description>
<p>UI fixes in hello screen</p>
Expand Down
9 changes: 5 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
com.github.geigi.cozy (0.2.7) UNSTABLE; urgency=low

* Fixed debian runtime dependencies

-- Julian Geywitz <[email protected]> Mon, 30 Oct 2017 13:08:14 +0200
com.github.geigi.cozy (0.2.6) UNSTABLE; urgency=low

* UI fixes in hello screen
Expand All @@ -6,7 +11,6 @@ com.github.geigi.cozy (0.2.6) UNSTABLE; urgency=low
* Contributors and patrons will now be added to the about window

-- Julian Geywitz <[email protected]> Mon, 30 Oct 2017 13:08:14 +0200

com.github.geigi.cozy (0.2.5) UNSTABLE; urgency=low

* Do not use default_width and default_height properties
Expand All @@ -18,20 +22,17 @@ com.github.geigi.cozy (0.2.5) UNSTABLE; urgency=low
* Bugfixes & ui tweaks

-- Julian Geywitz <[email protected]> Sat, 28 Oct 2017 00:04:14 +0200

com.github.geigi.cozy (0.2.3) UNSTABLE; urgency=low

* Some UI changes
* New playback hover icon

-- Julian Geywitz <[email protected]> Thu, 23 Oct 2017 16:03:14 +0200

com.github.geigi.cozy (0.2.2) UNSTABLE; urgency=low

* Fixed missing tracklist in ui

-- Julian Geywitz <[email protected]> Thu, 22 Oct 2017 16:19:14 +0200

com.github.geigi.cozy (0.2.0) UNSTABLE; urgency=low

* Getting the App Center integration running
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('cozy',
version: '0.2.6',
version: '0.2.7',
meson_version: '>= 0.40.0')

project_name = 'cozy'
Expand Down

0 comments on commit 27b66ef

Please sign in to comment.