Skip to content

Commit

Permalink
Corrected version in Readme and lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSchmid committed Nov 13, 2023
1 parent ce5c3b4 commit 8e4de2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
someip_parse = "0.5.0"
someip_parse = "0.6.1"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! ```toml
//! [dependencies]
//! someip_parse = "0.5.0"
//! someip_parse = "0.6.1"
//! ```
//!
//! # Example
Expand Down

0 comments on commit 8e4de2e

Please sign in to comment.