Compare commits

..

No commits in common. "5cd81ff3f9bf7f34017793af4ca66496bfc47e67" and "605778547ef0552a5ffb7c07ebbd8c1b77717759" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ttmp"
version = "2.0.6"
version = "2.0.5"
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: Option<String>,
pub minimum_framework_version: String,
#[serde(rename = "TTMPVersion")]
pub ttmp_version: String,
pub name: String,