From 4f1d3df81ad0c5abd6464940245f8521b9ebe490 Mon Sep 17 00:00:00 2001 From: HellOwhatAs Date: Mon, 29 Jul 2024 11:42:37 +0800 Subject: [PATCH] v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db24ae6..2030657 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bili-live" -version = "0.1.0" +version = "0.1.1" dependencies = [ "base64 0.13.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7a107e0..b1b04d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/HellOwhatAs/bili-live" repository = "https://github.com/HellOwhatAs/bili-live" readme = "README.md" name = "bili-live" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies]