From 68bb5a7cf619ff0a24973f0ac5859bf08543316e Mon Sep 17 00:00:00 2001 From: Marius Meisenzahl Date: Sat, 1 Jan 2022 18:58:48 +0100 Subject: [PATCH] Update version --- data/com.manexim.codecard.appdata.xml.in | 17 +++++++++++++++++ meson.build | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/data/com.manexim.codecard.appdata.xml.in b/data/com.manexim.codecard.appdata.xml.in index 67fec5b..e0cb878 100644 --- a/data/com.manexim.codecard.appdata.xml.in +++ b/data/com.manexim.codecard.appdata.xml.in @@ -16,6 +16,23 @@ com.manexim.codecard + + +

New:

+
    +
+

Improved:

+
    +
+

Fixed:

+
    +
  • Fix for autosave
  • +
+

Translations:

+
    +
+
+

Initial release

diff --git a/meson.build b/meson.build index 9674cbe..3a06a26 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.manexim.codecard', 'vala', 'c', version: '1.0.0') +project('com.manexim.codecard', 'vala', 'c', version: '1.0.1') # Include the translations module i18n = import('i18n')