Skip to content

Commit

Permalink
Update version and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
karip committed Jul 24, 2024
1 parent 5fac699 commit 4de201c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "audio-codec-algorithms"
version = "0.5.6"
description = "Audio codec algorithms: A-law and μ-law"
version = "0.6.0"
description = "Audio codec algorithms: A-law, μ-law and IMA ADPCM"
repository = "https://github.com/karip/audio-codec-algorithms"
license = "MIT OR Apache-2.0"
keywords = ["audio", "A-law", "u-law"]
keywords = ["audio", "A-law", "u-law", "ADPCM"]
categories = ["multimedia::audio", "multimedia::encoding", "no-std", "no-std::no-alloc"]
edition = "2021"

Expand Down

0 comments on commit 4de201c

Please sign in to comment.