Skip to content

Commit f9062a8

Browse files
committed
Bump version to 0.2.0
1 parent 9a9011e commit f9062a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "data2sound"
33
description = "A library to convert data to sound, and vice versa (dependency-free)"
4-
version = "0.1.6"
4+
version = "0.2.0"
55
rust-version = "1.56.1"
66
edition = "2021"
77
authors = ["TheAwiteb <awiteb@hotmail.com>"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are two ways to use this crate. As a library, or as a command line tool. T
2020
Add this to your Cargo.toml:
2121
```toml
2222
[dependencies]
23-
data2sound = "0.1.0"
23+
data2sound = "0.2.0"
2424
```
2525
See the documentation for more information about the library.
2626

0 commit comments

Comments
 (0)