From 74ac117c837ba8dfb805e0fc592498ba1116d4a6 Mon Sep 17 00:00:00 2001 From: Valentine <35977727+valentinegb@users.noreply.github.com> Date: Fri, 14 Apr 2023 09:26:09 -0700 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d172d4..b712b75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clp" -version = "0.2.0" +version = "0.3.0" dependencies = [ "crossterm", "spin_sleep", diff --git a/Cargo.toml b/Cargo.toml index f4163d4..cdcff8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clp" -version = "0.2.0" +version = "0.3.0" authors = ["valentinegb"] edition = "2021" description = "Simple library for creating \"command line presentations\"."