From ad7799babcd434a65f91ffc05fb2692784be69a0 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Tue, 2 Aug 2022 04:46:32 +0900 Subject: [PATCH] Bump up to v0.2.0 --- Cargo.toml | 2 +- wapm.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1a8161..78a1231 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jyt" -version = "0.1.3" +version = "0.2.0" 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 14cbd35..b7179de 100644 --- a/wapm.toml +++ b/wapm.toml @@ -1,6 +1,6 @@ [package] name = "ken-matsui/jyt" -version = "0.1.3" +version = "0.2.0" description = "A tridirectional converter between Json, Yaml, and Toml" license = "MIT" readme = "README.md"