Skip to content

Commit 94977bb

Browse files
v2.3.0
1 parent 9c20b1d commit 94977bb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ typetree-generator-api.workspace = true
2626
members = [".", "bindings", "cli", "typetree-generator-api"]
2727
default-members = [".", "bindings", "cli", "typetree-generator-api"]
2828

29-
package.version = "2.2.3"
29+
package.version = "2.3.0"
3030
package.edition = "2024"
3131
package.license = "MIT"
3232
package.repository = "https://github.com/jakobhellermann/unity-scene-repacker"

bindings/nuget/unityscenerepacker.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>unityscenerepacker</id>
5-
<version>0.2.3</version>
5+
<version>2.3.0</version>
66
<license type="expression">MIT</license>
77
<authors>Jakob Hellermann</authors>
88
<projectUrl>https://github.com/jakobhellermann/unity-scene-repacker</projectUrl>

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ help:
1010
hollowknight *args:
1111
cargo run --release -- \
1212
--steam-game 'Hollow Knight' \
13-
--mode asset \
13+
--mode scene \
1414
--objects objects/hk-representative.jsonc \
1515
--output out/all.bundle {{ args }} \
1616
--bundle-name bundle \

0 commit comments

Comments
 (0)