From 63ba652dd3235ef3250b4ecef37c3ba873e2b2ca Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sat, 15 Apr 2023 07:57:05 +0900 Subject: [PATCH] Release 4.1.0 (#101) --- data/konbucase.metainfo.xml.in | 6 +++--- meson.build | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/konbucase.metainfo.xml.in b/data/konbucase.metainfo.xml.in index 91c9a8b..76bbb95 100644 --- a/data/konbucase.metainfo.xml.in +++ b/data/konbucase.metainfo.xml.in @@ -23,12 +23,12 @@ App window in the light mode - https://raw.githubusercontent.com/ryonakano/konbucase/4.1.0-beta.3/data/screenshots/pantheon/screenshot-light.png + https://raw.githubusercontent.com/ryonakano/konbucase/4.1.0/data/screenshots/pantheon/screenshot-light.png App window in the dark mode - https://raw.githubusercontent.com/ryonakano/konbucase/4.1.0-beta.3/data/screenshots/pantheon/screenshot-dark.png + https://raw.githubusercontent.com/ryonakano/konbucase/4.1.0/data/screenshots/pantheon/screenshot-dark.png @@ -53,7 +53,7 @@ Ryo Nakano - +
  • New icon shape (big thanks to @lenemter)
  • diff --git a/meson.build b/meson.build index 2833163..240b737 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.ryonakano.konbucase', 'vala', 'c', - version: '4.1.0.beta.3', + version: '4.1.0', meson_version: '>=0.57.0' )