Skip to content

Commit

Permalink
build: uptick version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Aug 30, 2024
1 parent 2dcc4ec commit fe11e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "packageurl"
version = "0.4.0"
version = "0.4.1"
authors = [
"Martin Larralde <[email protected]>",
"Jens Reimann <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add this crate to the `Cargo.toml`:

```toml
[dependencies]
packageurl = "0.4.0"
packageurl = "0.4.1"
```

Parse a string containing a raw PURL using the
Expand Down Expand Up @@ -58,7 +58,7 @@ fn example() {

```toml
[dependencies]
packageurl = { version = "0.4.0", features = ["serde"] }
packageurl = { version = "0.4.1", features = ["serde"] }
```

See more in the [online documentation](https://docs.rs/packageurl/).
Expand Down

0 comments on commit fe11e54

Please sign in to comment.