Skip to content

Commit

Permalink
Pre-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed May 13, 2020
1 parent cead5fb commit 7b16f1c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data/com.github.alecaddd.sequeler.appdata.xml.in.in
Expand Up @@ -37,6 +37,12 @@
<binary>@appid@</binary>
</provides>
<releases>
<release version="0.7.91" date="2020-05-12">
<description>
<p>Reduced CPU usage by 2%.</p>
<p>Update translations for Italian, Spanish, Catalan, French, Hindi, Russian, and Turkish.</p>
</description>
</release>
<release version="0.7.9" date="2020-04-11">
<description>
<p>More fixes!</p>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
com.github.alecaddd.sequeler (0.7.91) xenial; urgency=high

* Reduced CPU usage by 2%.
* Update translations for Italian, Spanish, Catalan, French, Hindi, Russian, and Turkish.

-- Alessandro Castellani <castellani.ale@gmail.com> Tue, 12 May 2020 11:00:00 -0700

com.github.alecaddd.sequeler (0.7.9) xenial; urgency=high

* Fixed usage of wrong Vala method.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,6 +1,6 @@
# project name and programming language
project('com.github.alecaddd.sequeler', 'vala', 'c',
version: '0.7.9')
version: '0.7.91')

cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required: true)
Expand Down

0 comments on commit 7b16f1c

Please sign in to comment.