From e73f2d997aca0a404fa6f19b70d89f26438120f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20R=C3=BCth?= Date: Mon, 13 May 2024 23:14:39 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- es2button/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc21ccf..c659726 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,7 +199,7 @@ dependencies = [ [[package]] name = "es2button" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "clap", diff --git a/es2button/Cargo.toml b/es2button/Cargo.toml index 1781cc3..c373517 100644 --- a/es2button/Cargo.toml +++ b/es2button/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "es2button" -version = "0.3.1" +version = "0.3.2" authors = ["Jan RĂ¼th "] edition = "2021" license = "MIT"