diff --git a/COPYRIGHT b/COPYRIGHT index c75816a..ae3d278 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ Copyright 2020 Jared Forth. -Except as otherwise noted (below and/or in individual files), fsutils is +Except as otherwise noted (below and/or in individual files), webp is licensed under the Apache License, Version 2.0 or or the MIT license - or , at your option. \ No newline at end of file + or , at your option. diff --git a/Cargo.toml b/Cargo.toml index 6b0fcab..01219ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webp" -version = "0.3.0" +version = "0.3.1" authors = ["Jared Forth "] edition = "2021" diff --git a/README.md b/README.md index 874def5..a0b0cc2 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ A WebP conversion library Documentation: -- [API Reference](https://docs.rs/webp) +- [API Reference](https://docs.rs/webp) ## Usage @@ -17,13 +17,14 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -webp = "0.2" +webp = "0.3" ``` ## Examples -An example for converting an image between JPEG and WebP formats is provided in the -`examples` directory. It can be run using +An example for converting an image between JPEG and WebP formats is provided in the +`examples` directory. It can be run using + ```sh cargo run --release --example convert ``` @@ -36,5 +37,5 @@ Apache License (Version 2.0). See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and [COPYRIGHT](COPYRIGHT) for details. -The photo `lake.jpg` included in the `assets/` directory is licensed under -[CC0](https://creativecommons.org/publicdomain/zero/1.0/)/"Public Domain Dedication". +The photo `lake.jpg` included in the `assets/` directory is licensed under +[CC0](https://creativecommons.org/publicdomain/zero/1.0/)/"Public Domain Dedication".