From 2aac00be2e13640a13e9eeb271db542ba28ef803 Mon Sep 17 00:00:00 2001 From: Alecaddd Date: Tue, 4 Aug 2020 09:05:47 -0700 Subject: [PATCH] Pre-release version bump --- data/com.github.akiraux.akira.appdata.xml.in.in | 12 ++++++++++++ debian/changelog | 11 +++++++++++ src/meson.build | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/data/com.github.akiraux.akira.appdata.xml.in.in b/data/com.github.akiraux.akira.appdata.xml.in.in index 2003a3b75..55e98b530 100644 --- a/data/com.github.akiraux.akira.appdata.xml.in.in +++ b/data/com.github.akiraux.akira.appdata.xml.in.in @@ -32,6 +32,18 @@ @APP_ID@ + + +

🚀 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…
  • +
+
+

🚀 Experimental Alpha Release, say Hi to Akira!

diff --git a/debian/changelog b/debian/changelog index 2dc5709c7..ce3c387b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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! diff --git a/src/meson.build b/src/meson.build index 073aef329..96ee19d26 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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)