From cc352a09da3ae27160f6649c89b03ca203e41684 Mon Sep 17 00:00:00 2001 From: ckaznable Date: Tue, 1 Oct 2024 16:35:31 +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 6e3d7ce..7a4ab85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -416,7 +416,7 @@ checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "poketex" -version = "1.16.1" +version = "1.16.2" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 36ea078..379600f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = [".github/"] categories = ["command-line-utilities"] license = "MIT" readme = "README.md" -version = "1.16.1" +version = "1.16.2" edition = "2021" [dependencies]