Skip to content

Commit

Permalink
Update to version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Aug 15, 2022
1 parent 68cca44 commit dc01628
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "boilr"
version = "1.4.3"
version = "1.4.4"

[dependencies]
base64 = "^0.13.0"
Expand Down Expand Up @@ -56,7 +56,4 @@ version = "^0.5.9"
winres = "^0.1.12"

[target."cfg(windows)".dependencies]
winreg = "^0.10.1"

[profile.release]
incremental = true
winreg = "^0.10.1"
8 changes: 7 additions & 1 deletion flatpak/io.github.philipk.boilr.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.1" />
<releases>

<release version="1.4.4" date="2022-08-15">
<description>
<ul>
<li>Fix a crash that could happen when loading corrupt images</li>
</ul>
</description>
</release>
<release version="1.4.3" date="2022-08-03">
<description>
<ul>
Expand Down

0 comments on commit dc01628

Please sign in to comment.