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 Aug 4, 2020
1 parent b5c67f2 commit 2aac00b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions data/com.github.akiraux.akira.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
<binary>@APP_ID@</binary>
</provides>
<releases>
<release version="0.0.11" date="2020-08-04">
<description>
<p>🚀 Experimental Alpha Release, say Hi to Akira!</p>
<ul>
<li>Create Artboards and basic shapes</li>
<li>Manage the fill and border properties of shapes</li>
<li>Import images</li>
<li>Export custom areas, selections, and artboards</li>
<li>So many crashes and missing features you wouldn't believe, but hey, this is an experimental alpha…</li>
</ul>
</description>
</release>
<release version="0.0.1-alpha" date="2020-08-03">
<description>
<p>🚀 Experimental Alpha Release, say Hi to Akira!</p>
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
com.github.akiraux.akira (0.0.11) xenial; urgency=medium

* Experimental Alpha Release, say Hi to Akira!
* Create Artboards and basic shapes.
* Manage the fill and border properties of shapes.
* Import images.
* Export custom areas, selections, and artboards.
* So many crashes and missing features you wouldn't believe, but hey, this is an experimental alpha…

-- Alessandro Castellani <castellani.ale@gmail.com> Sun, 4 Aug 2020 09:00:00 -0800

com.github.akiraux.akira (0.0.1-alpha) xenial; urgency=medium

* Experimental Alpha Release, say Hi to Akira!
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ conf_data.set('PREFIX', akira_prefix)
conf_data.set('DATADIR', akira_datadir)
conf_data.set('PKGDATADIR',akira_pkgdatadir)
conf_data.set('GETTEXT_PACKAGE', gettext_package)
conf_data.set('VERSION', '0.0.1-alpha')
conf_data.set('VERSION', '0.0.11')
conf_data.set('PROFILE', profile)
conf_data.set('APP_ID', application_id)

Expand Down

0 comments on commit 2aac00b

Please sign in to comment.