Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
DCNick3 committed May 6, 2024
1 parent f726348 commit ee4fedc
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ install-updater = false

# install additional packages when building the linux release
[workspace.metadata.dist.dependencies.apt]
libasound2-dev = '*'
libasound2-dev = '*'
2 changes: 1 addition & 1 deletion sdu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sdu"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Cli tool for working with shin-specific file formats"
repository = "https://github.com/DCNick3/shin"
Expand Down
4 changes: 2 additions & 2 deletions shin-asm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shin-asm"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Assembler and disassembler library for the shin VM"
repository = "https://github.com/DCNick3/shin"
Expand Down Expand Up @@ -46,4 +46,4 @@ indoc = "2.0.4"
pretty-hex = "0.3.0"

[build-dependencies]
build-deps = "0.1.4"
build-deps = "0.1.4"
2 changes: 1 addition & 1 deletion shin-audio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shin-audio"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Kira audio sources for Shin Engine"
repository = "https://github.com/DCNick3/shin"
Expand Down
2 changes: 1 addition & 1 deletion shin-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shin-core"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Core library for the Shin engine: file formats support, virtual machine, etc"
repository = "https://github.com/DCNick3/shin"
Expand Down
2 changes: 1 addition & 1 deletion shin-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shin-derive"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Shin derive macros"
repository = "https://github.com/DCNick3/shin"
Expand Down
2 changes: 1 addition & 1 deletion shin-render/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shin-render"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Common rendering utilities for the Shin engine"
repository = "https://github.com/DCNick3/shin"
Expand Down
2 changes: 1 addition & 1 deletion shin-tasks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shin-tasks"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "A task executor for Shin Engine (based on bevy)"
repository = "https://github.com/DCNick3/shin"
Expand Down
2 changes: 1 addition & 1 deletion shin-video/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shin-video"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Library integrating ffmpeg with the shin engine"
repository = "https://github.com/DCNick3/shin"
Expand Down
2 changes: 1 addition & 1 deletion shin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shin"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "A visual novel engine used by some entergram games"
repository = "https://github.com/DCNick3/shin"
Expand Down

0 comments on commit ee4fedc

Please sign in to comment.