Skip to content

Commit

Permalink
crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aknarts committed Jan 10, 2022
1 parent 4bf59f5 commit 2160e8b
Show file tree
Hide file tree
Showing 3 changed files with 10 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.2"
version = "2.9.3"
authors = ["Milan Stastny <[email protected]>"]
edition = "2018"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
<url type="bugtracker">https://github.com/AchetaGames/Epic-Asset-Manager/issues</url>
<content_rating type="oars-1.0"/>
<releases>
<release version="2.9.3" date="2022-01-10">
<description>
<p>Crash fix</p>
<ul>
<li>Remove non-existent property</li>
</ul>
</description>
</release>
<release version="2.9.2" date="2021-12-27">
<description>
<p>Fix release</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.2',
version: '2.9.3',
license: 'MIT',
meson_version: '>= 0.50')

Expand Down

0 comments on commit 2160e8b

Please sign in to comment.