Skip to content

Commit

Permalink
3.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aknarts committed Apr 19, 2022
1 parent 775ff5a commit db19c24
Show file tree
Hide file tree
Showing 3 changed files with 13 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.1.1"
version = "3.1.2"
authors = ["Milan Stastny <[email protected]>"]
edition = "2018"

Expand Down
11 changes: 11 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,17 @@
<url type="donation">https://ko-fi.com/achetagames</url>
<content_rating type="oars-1.0"/>
<releases>
<release version="3.1.2" date="2022-04-19">
<description>
<p>Category fixes</p>
<ul>
<li>Use existing icon for "All" category</li>
<li>Rework category filtering and add some subcategories by default to all</li>
<li>Hide Images if there are no images to show Scale images properly</li>
<li>Add warning message to Engine and Games</li>
</ul>
</description>
</release>
<release version="3.1.1" date="2022-04-17">
<description>
<p>Refresh 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.1.1',
version: '3.1.2',
license: 'MIT',
meson_version: '>= 0.59')

Expand Down

0 comments on commit db19c24

Please sign in to comment.