Skip to content

Commit

Permalink
bump version in readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvollmer committed Jul 8, 2023
1 parent 42a92aa commit 98e6d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -166,7 +166,7 @@ __What we can do:__
Add this to your `Cargo.toml`:
```toml
[dependencies]
exr = "1.7.0"
exr = "2.0.0"

# also, optionally add this to your crate for smaller binary size
# and better runtime performance
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Expand Up @@ -18,7 +18,7 @@ Only the cropping examples use images from the source repository's test folder.

## Older Versions
The examples for any specific `exrs` version can be found on the `docs.rs` page:
- [docs.rs/crate/exr/2.0.0/source/examples/](https://docs.rs/crate/exr/2.0.0/source/examples/)
- [docs.rs/crate/exr/1.7.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/)
- [docs.rs/crate/exr/1.6.5/source/examples/](https://docs.rs/crate/exr/1.6.5/source/examples/)
- [docs.rs/crate/exr/1.6.4/source/examples/](https://docs.rs/crate/exr/1.6.4/source/examples/)
- ...

0 comments on commit 98e6d66

Please sign in to comment.