diff --git a/Cargo.toml b/Cargo.toml index b52beda..7716892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "opensound" authors = ["29 <791603901@qq.com>"] -version = "0.0.5" +version = "0.0.6" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["audio", "midi", "music", "sound", "daw"] diff --git a/README-CN.md b/README-CN.md index a979e21..0c95971 100644 --- a/README-CN.md +++ b/README-CN.md @@ -8,7 +8,7 @@ 原始作者:[@czy-29](https://github.com/czy-29) -最新版本:[v0.0.5](https://gitlab.com/opensound-org/opensound/-/tree/0.0.5?ref_type=tags) +最新版本:[v0.0.6](https://gitlab.com/opensound-org/opensound/-/tree/v0.0.6?ref_type=tags) ## 是什么 OpenSound是使用Rust开发的,一站式多层级的开源声音系统抽象层(当前正在开发中,且在早期开发阶段),可适用于作为[专业音频](https://en.wikipedia.org/wiki/Professional_audio)应用(如[DAW](https://en.wikipedia.org/wiki/Digital_audio_workstation))或其它声音相关应用的稳固后端内核。 diff --git a/README.md b/README.md index de29236..d982b01 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is the OpenSound Project's Mono Repo. Original Author: [@czy-29](https://github.com/czy-29) -Latest version: [v0.0.5](https://gitlab.com/opensound-org/opensound/-/tree/0.0.5?ref_type=tags) +Latest version: [v0.0.6](https://gitlab.com/opensound-org/opensound/-/tree/v0.0.6?ref_type=tags) ## What OpenSound is a (currently WIP and in early development stage) OpenSource One-Stop Multi-Level SoundSystem Abstraction written in Rust, suitable for being a solid foundation for [Pro-Audio](https://en.wikipedia.org/wiki/Professional_audio) Applications(e.g. a [DAW](https://en.wikipedia.org/wiki/Digital_audio_workstation)) or other sound related apps.