Compare commits

...

2 Commits

Author SHA1 Message Date
Anna 2839c909e9
chore: bump version to 2.0.3 2022-11-02 16:41:45 -04:00
Anna a4b3f3a76f
fix: expose manifestkind 2022-11-02 16:41:32 -04:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ttmp"
version = "2.0.2"
version = "2.0.3"
edition = "2021"
autoexamples = true

View File

@ -1,4 +1,5 @@
pub use self::{
manifest_kind::ManifestKind,
mod_group::ModGroup,
mod_option::ModOption,
mod_pack::ModPack,