Skip to content

Commit 2aac00b

Browse files
committed
Pre-release version bump
1 parent b5c67f2 commit 2aac00b

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@
3232
<binary>@APP_ID@</binary>
3333
</provides>
3434
<releases>
35+
<release version="0.0.11" date="2020-08-04">
36+
<description>
37+
<p>🚀 Experimental Alpha Release, say Hi to Akira!</p>
38+
<ul>
39+
<li>Create Artboards and basic shapes</li>
40+
<li>Manage the fill and border properties of shapes</li>
41+
<li>Import images</li>
42+
<li>Export custom areas, selections, and artboards</li>
43+
<li>So many crashes and missing features you wouldn't believe, but hey, this is an experimental alpha…</li>
44+
</ul>
45+
</description>
46+
</release>
3547
<release version="0.0.1-alpha" date="2020-08-03">
3648
<description>
3749
<p>🚀 Experimental Alpha Release, say Hi to Akira!</p>

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
com.github.akiraux.akira (0.0.11) xenial; urgency=medium
2+
3+
* Experimental Alpha Release, say Hi to Akira!
4+
* Create Artboards and basic shapes.
5+
* Manage the fill and border properties of shapes.
6+
* Import images.
7+
* Export custom areas, selections, and artboards.
8+
* So many crashes and missing features you wouldn't believe, but hey, this is an experimental alpha…
9+
10+
-- Alessandro Castellani <[email protected]> Sun, 4 Aug 2020 09:00:00 -0800
11+
112
com.github.akiraux.akira (0.0.1-alpha) xenial; urgency=medium
213

314
* Experimental Alpha Release, say Hi to Akira!

src/meson.build

Lines changed: 1 addition & 1 deletion
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.1-alpha')
7+
conf_data.set('VERSION', '0.0.11')
88
conf_data.set('PROFILE', profile)
99
conf_data.set('APP_ID', application_id)
1010

0 commit comments

Comments
 (0)