From b5bac31d6401f4960886450deb0fc73c53418af5 Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Sat, 7 Jan 2023 03:09:01 +0000 Subject: [PATCH] version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 639d002..e9b4d3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" [[package]] name = "kami" -version = "0.5.1" +version = "0.6.0" dependencies = [ "base64", "colored", diff --git a/Cargo.toml b/Cargo.toml index 936a6fe..3841a4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "kami" author = "mrfluffy-dev" license = "GPL-3.0" -version = "0.5.1" +version = "0.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html