Skip to content

Commit 7b16f1c

Browse files
committed
Pre-release version bump
1 parent cead5fb commit 7b16f1c

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

data/com.github.alecaddd.sequeler.appdata.xml.in.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
<binary>@appid@</binary>
3838
</provides>
3939
<releases>
40+
<release version="0.7.91" date="2020-05-12">
41+
<description>
42+
<p>Reduced CPU usage by 2%.</p>
43+
<p>Update translations for Italian, Spanish, Catalan, French, Hindi, Russian, and Turkish.</p>
44+
</description>
45+
</release>
4046
<release version="0.7.9" date="2020-04-11">
4147
<description>
4248
<p>More fixes!</p>

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
com.github.alecaddd.sequeler (0.7.91) xenial; urgency=high
2+
3+
* Reduced CPU usage by 2%.
4+
* Update translations for Italian, Spanish, Catalan, French, Hindi, Russian, and Turkish.
5+
6+
-- Alessandro Castellani <[email protected]> Tue, 12 May 2020 11:00:00 -0700
7+
18
com.github.alecaddd.sequeler (0.7.9) xenial; urgency=high
29

310
* Fixed usage of wrong Vala method.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# project name and programming language
22
project('com.github.alecaddd.sequeler', 'vala', 'c',
3-
version: '0.7.9')
3+
version: '0.7.91')
44

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

0 commit comments

Comments
 (0)