Compare commits

...

2 Commits

Author SHA1 Message Date
Anna 5cd81ff3f9
chore: bump version to 2.0.6 2022-11-03 17:08:32 -04:00
Anna d5d9e0c7b9
fix: make min framework version optional 2022-11-03 17:08:13 -04:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -5,7 +5,7 @@ use crate::model::{ModPackPage, SimpleMod};
#[derive(Debug, Deserialize, Serialize)]
#[serde(rename_all = "PascalCase")]
pub struct ModPack {
pub minimum_framework_version: String,
pub minimum_framework_version: Option<String>,
#[serde(rename = "TTMPVersion")]
pub ttmp_version: String,
pub name: String,