Bump version + Fix partial version and full version argument joining

This commit is contained in:
Jai A
2021-11-03 17:49:58 -07:00
parent 793e542312
commit 2a7dbda133
4 changed files with 25 additions and 3 deletions

View File

@@ -152,6 +152,7 @@ pub async fn retrieve_data(uploaded_files: &mut Vec<String>) -> Result<(), Error
type_: version.type_,
inherits_from: version.inherits_from,
libraries: libs,
minecraft_arguments: version.minecraft_arguments,
processors: None,
data: None,
})?,