From b8dd0234e639e2952f0c4f7e5d02a1e2fabcf6a6 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Mon, 25 Apr 2022 12:50:38 +0900 Subject: [PATCH] Bump up to 0.1.1 --- Cargo.toml | 2 +- wapm.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ab1e02..f4ce06a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jyt" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Ken Matsui <26405363+ken-matsui@users.noreply.github.com>"] description = "A tridirectional converter between Json, Yaml, and Toml" diff --git a/wapm.toml b/wapm.toml index 5a123f0..21fe931 100644 --- a/wapm.toml +++ b/wapm.toml @@ -1,6 +1,6 @@ [package] name = "ken-matsui/jyt" -version = "0.1.0" +version = "0.1.1" description = "A tridirectional converter between Json, Yaml, and Toml" license = "MIT" readme = "README.md"