Skip to content

Commit 47307a8

Browse files
committed
chore: Release
1 parent ad7cca4 commit 47307a8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

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

sdu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sdu"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Cli tool for working with shin-specific file formats"
66
repository = "https://github.com/DCNick3/shin"

shin-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shin-core"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Core library for the Shin engine: file formats support, virtual machine, etc"
66
repository = "https://github.com/DCNick3/shin"

shin-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shin-derive"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Shin derive macros"
66
repository = "https://github.com/DCNick3/shin"

shin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shin"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "A visual novel engine used by some entergram games"
66
repository = "https://github.com/DCNick3/shin"

0 commit comments

Comments
 (0)