Skip to content

Commit c26a02c

Browse files
committed
Pre-release version bump
1 parent c195001 commit c26a02c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/com.github.akiraux.akira.appdata.xml.in.in

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
<binary>@APP_ID@</binary>
3333
</provides>
3434
<releases>
35+
<release version="0.0.16" date="2021-08-15">
36+
<description>
37+
<p>elementary OS 6 Odin release</p>
38+
</description>
39+
</release>
3540
<release version="0.0.15" date="2021-07-20">
3641
<description>
3742
<p>Performance improvements and Global colors library</p>

src/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ conf_data.set('PREFIX', akira_prefix)
44
conf_data.set('DATADIR', akira_datadir)
55
conf_data.set('PKGDATADIR',akira_pkgdatadir)
66
conf_data.set('GETTEXT_PACKAGE', gettext_package)
7-
conf_data.set('VERSION', '0.0.15')
7+
conf_data.set('VERSION', '0.0.16')
88
conf_data.set('PROFILE', profile)
99
conf_data.set('APP_ID', application_id)
1010

0 commit comments

Comments
 (0)