Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAwiteb committed Feb 27, 2023
1 parent 9a9011e commit f9062a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "data2sound"
description = "A library to convert data to sound, and vice versa (dependency-free)"
version = "0.1.6"
version = "0.2.0"
rust-version = "1.56.1"
edition = "2021"
authors = ["TheAwiteb <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There are two ways to use this crate. As a library, or as a command line tool. T
Add this to your Cargo.toml:
```toml
[dependencies]
data2sound = "0.1.0"
data2sound = "0.2.0"
```
See the documentation for more information about the library.

Expand Down

0 comments on commit f9062a8

Please sign in to comment.