From e1e6843b0f6c277277120468be0b88eb243b0e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=9F=E5=BF=83?= Date: Sat, 29 Oct 2022 13:40:45 +0800 Subject: [PATCH] version: Release 0.1.2-snapshot --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4db4d95..8626e30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -808,7 +808,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "mihoyo-api" -version = "0.1.1-snapshot" +version = "0.1.2-snapshot" dependencies = [ "chrono", "rand 0.8.5", diff --git a/Cargo.toml b/Cargo.toml index 2256bbe..4349854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mihoyo-api" -version = "0.1.1-snapshot" +version = "0.1.2-snapshot" authors = ["ZhenXin "] edition = "2021" description = "miHoYo API"