Skip to content

Commit

Permalink
3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aknarts committed Apr 8, 2022
1 parent 4d6a723 commit 920974f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "3.0.1"
version = "3.0.2"
authors = ["Milan Stastny <[email protected]>"]
edition = "2018"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
<url type="donation">https://ko-fi.com/achetagames</url>
<content_rating type="oars-1.0"/>
<releases>
<release version="3.0.1" date="2022-04-08">
<release version="3.0.2" date="2022-04-08">
<description>
<p></p>
<p>Minor fixes</p>
<ul>
<li>Update asset item after asset is finished downloading</li>
<li>Create copy of duplicate file for safety</li>
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.0.1',
version: '3.0.2',
license: 'MIT',
meson_version: '>= 0.59')

Expand Down

0 comments on commit 920974f

Please sign in to comment.