From bce27eaa2fd6075d7ded688041895ea8fa5f6395 Mon Sep 17 00:00:00 2001 From: Marco Radocchia Date: Wed, 6 Dec 2023 21:31:34 +0100 Subject: [PATCH] chore: Bump crate version to `0.1.1` --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5cdd33a..b3df30c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "microxdg" description = "An XDG Base Directory Specification library." authors = ["Marco Radocchia An **XDG Base Directory Specification** Rust library that aims to be @@ -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