Skip to content

Commit

Permalink
Bottles 51.3 (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinsteen authored Feb 23, 2023
1 parent 6abd285 commit 1ea6b2d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51.2
51.3
11 changes: 9 additions & 2 deletions data/com.usebottles.bottles.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,19 @@
<display_length compare="ge">768</display_length>
</requires>
<releases>
<release version="51.2" date="2021-02-21">
<release version="51.3" date="2023-02-23">
<description>
<p>Fixed "Add to Steam" button</p>
<p>Fixed BottleConfig being not serializable</p>
<p>Fixed Patool double extraction failing</p>
</description>
</release>
<release version="51.2" date="2023-02-21">
<description>
<p>Correct version</p>
</description>
</release>
<release version="51.1" date="2021-02-20">
<release version="51.1" date="2023-02-20">
<description>
<p>Fix crash when creating a bottle</p>
</description>
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(
'bottles',
version: '51.2',
version: '51.3',
meson_version: '>= 0.59.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit 1ea6b2d

Please sign in to comment.