From 8ae57140369731959d9ac66e0404c1557f0a75ac Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:40:37 -0400 Subject: [PATCH] Bump up to 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a14125..edb07a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,7 +101,7 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" [[package]] name = "jyt" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap", "paste", diff --git a/Cargo.toml b/Cargo.toml index 1832d0b..0ef6da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jyt" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Ken Matsui <26405363+ken-matsui@users.noreply.github.com>"] description = "A tridirectional converter between Json, Yaml, and Toml"