From e4afaa452286e9162dc605deec3664c638529e90 Mon Sep 17 00:00:00 2001 From: Adrian Papari Date: Sat, 7 Sep 2024 11:22:52 +0200 Subject: [PATCH] set version to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cab2f30..b740e2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tachyonfx" -version = "0.6.0-dev" +version = "0.6.0" edition = "2021" license = "MIT" description = "A ratatui library for creating shader-like effects in TUIs."