Skip to content

Commit 0af2855

Browse files
committed
v4.0.1
1 parent f366f25 commit 0af2855

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

data/com.github.elfenware.badger.appdata.xml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
<p>Stay healthy.</p>
2525
</description>
2626
<releases>
27+
<release version="4.0.1" date="2021-08-06">
28+
<description>
29+
<p>Odin update 🎉️</p>
30+
<ul>
31+
<li>Add: Dark style support</li>
32+
</ul>
33+
</description>
34+
</release>
2735
<release version="4.0.0" date="2021-08-06">
2836
<description>
2937
<p>Odin update 🎉️</p>

data/window-screenshot.png

-6.14 KB
Loading

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# project name and programming language
2-
project('com.github.elfenware.badger', 'vala', 'c', version: '4.0.0')
2+
project('com.github.elfenware.badger', 'vala', 'c', version: '4.0.1')
33

44
message('project name and programming language')
55

0 commit comments

Comments
 (0)