From 3d906ac86356ac45a64da0f68cb225d4efe032e2 Mon Sep 17 00:00:00 2001 From: myyrakle Date: Thu, 12 Dec 2024 23:15:44 +0900 Subject: [PATCH] [#178] v0.12.1 --- README.md | 2 +- rupring/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2055756..af7c3fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rupring -![](https://img.shields.io/badge/language-Rust-red) ![](https://img.shields.io/badge/version-0.12.0-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myyrakle/rupring/blob/master/LICENSE) +![](https://img.shields.io/badge/language-Rust-red) ![](https://img.shields.io/badge/version-0.12.1-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myyrakle/rupring/blob/master/LICENSE) Spring Comes to Rust diff --git a/rupring/Cargo.toml b/rupring/Cargo.toml index f975615..a2141c9 100644 --- a/rupring/Cargo.toml +++ b/rupring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rupring" -version = "0.12.0" +version = "0.12.1" edition = "2021" license = "MIT" authors = ["myyrakle "]