Skip to content

Commit

Permalink
Release 4.1.0 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Apr 14, 2023
1 parent 23c8423 commit 63ba652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/konbucase.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<screenshots>
<screenshot type="default">
<caption>App window in the light mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/4.1.0-beta.3/data/screenshots/pantheon/screenshot-light.png</image>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/4.1.0/data/screenshots/pantheon/screenshot-light.png</image>
</screenshot>

<screenshot>
<caption>App window in the dark mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/4.1.0-beta.3/data/screenshots/pantheon/screenshot-dark.png</image>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/4.1.0/data/screenshots/pantheon/screenshot-dark.png</image>
</screenshot>
</screenshots>

Expand All @@ -53,7 +53,7 @@
<developer_name>Ryo Nakano</developer_name>

<releases>
<release version="4.1.0" date="2023-04-14" urgency="low">
<release version="4.1.0" date="2023-04-15" urgency="low">
<description>
<ul>
<li>New icon shape (big thanks to @lenemter)</li>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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'
)

Expand Down

0 comments on commit 63ba652

Please sign in to comment.