Skip to content

Commit

Permalink
2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aknarts committed Jan 20, 2022
1 parent ee3f38f commit 634407a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "epic_asset_manager"
version = "2.9.3"
version = "2.9.4"
authors = ["Milan Stastny <[email protected]>"]
edition = "2018"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
<url type="donation">https://ko-fi.com/achetagames</url>
<content_rating type="oars-1.0"/>
<releases>
<release version="2.9.4" date="2022-01-21">
<description>
<p>Dark mode Fix</p>
</description>
</release>
<release version="2.9.3" date="2022-01-10">
<description>
<p>Crash fix</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: '2.9.3',
version: '2.9.4',
license: 'MIT',
meson_version: '>= 0.50')

Expand Down

0 comments on commit 634407a

Please sign in to comment.