Skip to content

Commit

Permalink
3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aknarts committed May 13, 2024
1 parent 02da741 commit 9339f5f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "epic_asset_manager"
version = "3.8.5"
version = "3.8.6"
authors = ["Milan Stastny <[email protected]>"]
edition = "2021"
license-file = "LICENSE"
Expand All @@ -17,7 +17,7 @@ byte-unit = "5.1"
chrono = "0.4"
diesel = { version = "2", features = ["sqlite", "r2d2"] }
diesel_migrations = { version = "2", features = ["sqlite"] }
egs-api = "0.7"
egs-api = "0.7.1"
env_logger = "0.11"
fs2 = "0.4.3"
gtk4 = { version = "0.7.3", features = ["v4_8"] }
Expand Down
10 changes: 10 additions & 0 deletions data/io.github.achetagames.epic_asset_manager.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@
<url type="donation">https://ko-fi.com/achetagames</url>
<content_rating type="oars-1.0"/>
<releases>
<release version="3.8.6" date="2024-05-13">
<description>
<p>Quick fix</p>
<ul>
<li>Fix Json download manifest parsing</li>
<li>Set run_command check parameter to true in Meson build</li>
<li>Replace deprecated meson build functions</li>
</ul>
</description>
</release>
<release version="3.8.5" date="2024-05-10">
<description>
<p>Fix asset downloading</p>
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('epic_asset_manager',
'rust',
version: '3.8.5',
version: '3.8.6',
license: 'MIT',
meson_version: '>= 0.59')

Expand Down

0 comments on commit 9339f5f

Please sign in to comment.