chore(codegen): publish version

This commit is contained in:
pyrite 2025-05-27 19:27:57 +02:00
parent 47461b61b2
commit 266122ea0e
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2291,7 +2291,7 @@ dependencies = [
[[package]]
name = "torn-api-codegen"
version = "0.2.3"
version = "0.2.4"
dependencies = [
"heck",
"indexmap",

View file

@ -1,7 +1,7 @@
[package]
name = "torn-api-codegen"
authors = ["Pyrit [2111649]"]
version = "0.2.3"
version = "0.2.4"
edition = "2021"
description = "Contains the v2 torn API model descriptions and codegen for the bindings"
license-file = { workspace = true }