From b23bd09206aceaf64ea030ec77256f31790360be Mon Sep 17 00:00:00 2001 From: Bleak Grey Date: Sat, 31 Oct 2020 15:38:15 +0300 Subject: [PATCH] Bump version --- data/com.github.bleakgrey.tootle.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/com.github.bleakgrey.tootle.appdata.xml.in b/data/com.github.bleakgrey.tootle.appdata.xml.in index e9f5f4c..9692d8a 100644 --- a/data/com.github.bleakgrey.tootle.appdata.xml.in +++ b/data/com.github.bleakgrey.tootle.appdata.xml.in @@ -76,7 +76,7 @@ - +
  • New app icon (Kudos to Tobias Bernard!)
  • diff --git a/meson.build b/meson.build index a725809..34e6ed2 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0-alpha2') +project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0-alpha3') config = configuration_data() config.set('EXEC_NAME', meson.project_name())