Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vstroebel committed Oct 5, 2024
1 parent 9bc1db3 commit 013c03f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Options:
To use jfifdump as a library add the following to your Cargo.toml dependencies:

```toml
jfifdump = "0.5"
jfifdump = "0.6"
```

## Example: Print image dimensions
Expand Down
4 changes: 2 additions & 2 deletions jfifdump-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jfifdump-cli"
version = "0.5.1"
version = "0.6.0"
description = "Read and dump structure of a jpeg file"
authors = ["Volker Ströbel <[email protected]>"]
edition = "2018"
Expand All @@ -17,4 +17,4 @@ doc = false

[dependencies]
clap = { version = "4.3", features = ["cargo"] }
jfifdump = { path = "../jfifdump", version = "0.5.0", features = ["json"] }
jfifdump = { path = "../jfifdump", version = "0.6.0", features = ["json"] }
2 changes: 1 addition & 1 deletion jfifdump/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jfifdump"
version = "0.5.1"
version = "0.6.0"
description = "Read and dump structure of a jpeg file"
authors = ["Volker Ströbel <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit 013c03f

Please sign in to comment.