From bf5b5bd0cc2a3e43df0f47fed7d3d4c031f147c4 Mon Sep 17 00:00:00 2001 From: Marius Meisenzahl Date: Sat, 1 Jan 2022 19:19:06 +0100 Subject: [PATCH 1/2] Add stripe key --- data/com.manexim.codecard.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/com.manexim.codecard.appdata.xml.in b/data/com.manexim.codecard.appdata.xml.in index e0cb878..60fc7ba 100644 --- a/data/com.manexim.codecard.appdata.xml.in +++ b/data/com.manexim.codecard.appdata.xml.in @@ -58,7 +58,7 @@ #fafafa 5 - + pk_live_51EkDoMLYdJjuk3fQojbwFrjE0vpw7Qnu76a8ww9dLSxmKPfAbqJ8q6nlfWr3xYKwbf39dVnem4OBtWrWvVkCI8Sd00Vj6w1qJq none From 3bf3b88603044477f5bfb37a8ad209e330759aa5 Mon Sep 17 00:00:00 2001 From: Marius Meisenzahl Date: Sat, 1 Jan 2022 19:19:44 +0100 Subject: [PATCH 2/2] 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 60fc7ba..d8b0dc0 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:

+
    +
  • Add stripe key
  • +
+

Translations:

+
    +
+
+

New:

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