Skip to content

Commit

Permalink
chore: Bump crate version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoradocchia committed Mar 10, 2024
1 parent 07acb3d commit ebbb0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "microxdg"
description = "An XDG Base Directory Specification library."
authors = ["Marco Radocchia <[email protected]"]
version = "0.1.1"
version = "0.1.2"
edition = "2021"
rust-version = "1.70.0"
categories = ["config", "filesystem"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cargo add microxdg
Alternatively, add the following line in the `[dependencies]` section of your
`Cargo.toml`:
```toml
microxdg = "0.1.1"
microxdg = "0.1.2"
```

## API
Expand Down

0 comments on commit ebbb0d8

Please sign in to comment.