diff --git a/Cargo.lock b/Cargo.lock index 92c9601..af8b38d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2800,7 +2800,7 @@ dependencies = [ [[package]] name = "sdu" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "bytes", @@ -2902,7 +2902,7 @@ dependencies = [ [[package]] name = "shin" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "anymap", @@ -2950,7 +2950,7 @@ dependencies = [ [[package]] name = "shin-audio" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "kira", @@ -2962,7 +2962,7 @@ dependencies = [ [[package]] name = "shin-core" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -3000,7 +3000,7 @@ dependencies = [ [[package]] name = "shin-derive" -version = "0.4.0" +version = "0.4.1" dependencies = [ "darling", "itertools", @@ -3012,7 +3012,7 @@ dependencies = [ [[package]] name = "shin-render" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "bevy_utils", @@ -3029,7 +3029,7 @@ dependencies = [ [[package]] name = "shin-tasks" -version = "0.4.0" +version = "0.4.1" dependencies = [ "async-channel", "async-executor", @@ -3044,7 +3044,7 @@ dependencies = [ [[package]] name = "shin-video" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-process", diff --git a/sdu/Cargo.toml b/sdu/Cargo.toml index 4acddfa..53fb0dd 100644 --- a/sdu/Cargo.toml +++ b/sdu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdu" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Cli tool for working with shin-specific file formats" repository = "https://github.com/DCNick3/shin" diff --git a/shin-audio/Cargo.toml b/shin-audio/Cargo.toml index 1673339..85e25b1 100644 --- a/shin-audio/Cargo.toml +++ b/shin-audio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-audio" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Kira audio sources for Shin Engine" repository = "https://github.com/DCNick3/shin" diff --git a/shin-core/Cargo.toml b/shin-core/Cargo.toml index 16358c0..2f2ef3b 100644 --- a/shin-core/Cargo.toml +++ b/shin-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-core" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Core library for the Shin engine: file formats support, virtual machine, etc" repository = "https://github.com/DCNick3/shin" diff --git a/shin-derive/Cargo.toml b/shin-derive/Cargo.toml index 6ed726d..ee4c726 100644 --- a/shin-derive/Cargo.toml +++ b/shin-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-derive" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Shin derive macros" repository = "https://github.com/DCNick3/shin" diff --git a/shin-render/Cargo.toml b/shin-render/Cargo.toml index 23bdedf..53fc79b 100644 --- a/shin-render/Cargo.toml +++ b/shin-render/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-render" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Common rendering utilities for the Shin engine" repository = "https://github.com/DCNick3/shin" diff --git a/shin-tasks/Cargo.toml b/shin-tasks/Cargo.toml index 9ace5f1..cd26c31 100644 --- a/shin-tasks/Cargo.toml +++ b/shin-tasks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-tasks" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "A task executor for Shin Engine (based on bevy)" repository = "https://github.com/DCNick3/shin" diff --git a/shin-video/Cargo.toml b/shin-video/Cargo.toml index c9c52e8..fb21bcd 100644 --- a/shin-video/Cargo.toml +++ b/shin-video/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-video" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Library integrating ffmpeg with the shin engine" repository = "https://github.com/DCNick3/shin" diff --git a/shin/Cargo.toml b/shin/Cargo.toml index f7f58d4..c2a1605 100644 --- a/shin/Cargo.toml +++ b/shin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "A visual novel engine used by some entergram games" repository = "https://github.com/DCNick3/shin"