Skip to content

Commit

Permalink
chore: Bump crate version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoradocchia committed Dec 6, 2023
1 parent 2d577f8 commit bce27ea
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
Expand Up @@ -2,7 +2,7 @@
name = "microxdg"
description = "An XDG Base Directory Specification library."
authors = ["Marco Radocchia <marco.radocchia@outlook.com"]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.70.0"
categories = ["config", "filesystem"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
![GitHub open issues](https://img.shields.io/github/issues-raw/marcoradocchia/microxdg?color=%23d8a657&logo=github)
![GitHub open pull requests](https://img.shields.io/github/issues-pr-raw/marcoradocchia/microxdg?color=%2389b482&logo=github)
![GitHub sponsors](https://img.shields.io/github/sponsors/marcoradocchia?color=%23d3869b&logo=github)
![GitHub license](https://img.shields.io/github/license/marcoradocchia/microxdg?color=%23e78a4e)
![Crates.io downloads](https://img.shields.io/crates/d/microxdg?label=crates.io%20downloads&logo=rust)
![Crates.io version](https://img.shields.io/crates/v/microxdg?logo=rust&color=%23d8a657)
![GitHub license](https://img.shields.io/github/license/marcoradocchia/microxdg?color=%23e78a4e)
</div>

An **XDG Base Directory Specification** Rust library that aims to be
Expand All @@ -26,7 +26,7 @@ cargo add microxdg
Alternatively, add the following line in the `[dependencies]` section of your
`Cargo.toml`:
```toml
microxdg = "0.1.0"
microxdg = "0.1.1"
```

## API
Expand Down

0 comments on commit bce27ea

Please sign in to comment.