Skip to content

Commit

Permalink
3.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aknarts committed Jul 27, 2022
1 parent 5053a6b commit 7c76cf8
Show file tree
Hide file tree
Showing 3 changed files with 14 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 = "3.5.2"
version = "3.6.0"
authors = ["Milan Stastny <[email protected]>"]
edition = "2018"

Expand Down
12 changes: 12 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,18 @@
<url type="donation">https://ko-fi.com/achetagames</url>
<content_rating type="oars-1.0"/>
<releases>
<release version="3.6.0" date="2022-07-27">
<description>
<p>Official Engine Download</p>
<ul>
<li>Add official engine download</li>
<li>Add Marketplace button</li>
<li>Add separator between side panels</li>
<li>Rework the Engine install UI</li>
<li>Update the API library</li>
</ul>
</description>
</release>
<release version="3.5.2" date="2022-07-12">
<description>
<p>Crash fixes</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.5.2',
version: '3.6.0',
license: 'MIT',
meson_version: '>= 0.59')

Expand Down

0 comments on commit 7c76cf8

Please sign in to comment.