From 1fc947a0409f756d934d0f497492015c512bbbe6 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Mon, 24 Jul 2023 11:15:45 -0700 Subject: [PATCH] Release 2.23.0 Seems 2.22.0 was published already, not released with the changes it was supposed to have based on commit history --- riven/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riven/Cargo.toml b/riven/Cargo.toml index a52908f..cadb1eb 100644 --- a/riven/Cargo.toml +++ b/riven/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riven" -version = "2.22.0" +version = "2.23.0" authors = ["Mingwei Samuel "] repository = "https://github.com/MingweiSamuel/Riven" description = "Riot Games API Library"