diff --git a/Cargo.toml b/Cargo.toml index 255c27f..ac7f594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "epic_asset_manager" -version = "3.4.0" +version = "3.4.1" authors = ["Milan Stastny "] edition = "2018" diff --git a/data/io.github.achetagames.epic_asset_manager.metainfo.xml.in.in b/data/io.github.achetagames.epic_asset_manager.metainfo.xml.in.in index 9c0f3cb..e6885f7 100644 --- a/data/io.github.achetagames.epic_asset_manager.metainfo.xml.in.in +++ b/data/io.github.achetagames.epic_asset_manager.metainfo.xml.in.in @@ -64,6 +64,14 @@ https://ko-fi.com/achetagames + + +

GTK bump

+
    +
  • Remove unnecessary variable
  • +
+
+

Logs Overview

diff --git a/meson.build b/meson.build index 5a96ebd..0a1700b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('epic_asset_manager', 'rust', - version: '3.4.0', + version: '3.4.1', license: 'MIT', meson_version: '>= 0.59')