From 42a58614365038c84f14962240fc92927e9a88d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Ma=C4=87kowski?= Date: Mon, 1 Apr 2024 14:53:33 +0100 Subject: [PATCH] chore: bump version to 0.6.2 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e8e5c3..b6b2e85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riichi_hand" -version = "0.6.1" +version = "0.6.2" authors = ["Mateusz Maćkowski "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index c761831..9a6cf2d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -riichi_hand = "0.6.1" +riichi_hand = "0.6.2" ``` On the feature flags overview, please refer to