Skip to content

Commit c0d6737

Browse files
51.21
1 parent 4e2fd08 commit c0d6737

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
51.20
1+
51.21

data/com.usebottles.bottles.metainfo.xml.in.in

+8
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@
8585
<display_length compare="ge">768</display_length>
8686
</requires>
8787
<releases>
88+
<release version="51.21" date="2025-03-16">
89+
<description translate="no">
90+
<ul>
91+
<li>Fix bug where creating a 64-bit bottle would not work</li>
92+
<li>Fix bug where clicking the radio button in the new bottle dialog would not set the appropriate environment</li>
93+
</ul>
94+
</description>
95+
</release>
8896
<release version="51.20" date="2025-03-06">
8997
<description translate="no">
9098
<p>Make the preferences dialog open again</p>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'bottles',
3-
version: '51.20',
3+
version: '51.21',
44
meson_version: '>= 1.5.0',
55
default_options: [
66
'warning_level=2',

0 commit comments

Comments
 (0)