From 2d7471504e3c6aeca69cd583676aef7cd295c800 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 24 Feb 2023 08:44:24 +0800 Subject: [PATCH] chore: Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bebfd414..9c579eb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "poketex" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clap", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 1094fce6..21094c8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = [".github/"] categories = ["visualization"] license = "MIT" readme = "README.md" -version = "1.0.1" +version = "1.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html