diff --git a/Cargo.lock b/Cargo.lock index ac684c6..1c38849 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,7 +263,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "flavours" -version = "0.5.2" +version = "0.6.1" dependencies = [ "anyhow", "calm_io", diff --git a/Cargo.toml b/Cargo.toml index 7eba08b..5702aae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flavours" description = "An easy to use base16 scheme manager/builder that integrates with any workflow." -version = "0.5.2" +version = "0.6.1" authors = ["Gabriel Fontes (Misterio77) "] edition = "2018" readme = "README.md" diff --git a/README.md b/README.md index c8605c6..519d53e 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ A manager/builder for [Base16](https://github.com/chriskempson/base16). Written Looking for something similar to use with NixOS/home-manager? Check out [`nix-colors`](https://github.com/misterio77/nix-colors) -**Notice**: This README refers to the (possibly unreleased) latest `main` commit. You might be looking for the [0.5.2 version](https://github.com/Misterio77/flavours/blob/57ffac5947399d0e343691d1bf1fb086a3275fbe/README.md). - ## What This is a CLI program that both builds and manages Base16 schemes and templates.