Bump version
Some checks failed
Rust / check (push) Failing after 44s

This commit is contained in:
August 2026-05-26 22:51:18 -04:00
parent a45292611e
commit a67facbfad
Signed by: shibedrill
SSH Key Fingerprint: SHA256:M0m3JW1s38BgO2t0fG146Yxd9OJ2IOqkvCAsuRHQ6Pw
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2692,7 +2692,7 @@ dependencies = [
[[package]] [[package]]
name = "shibe-bot" name = "shibe-bot"
version = "1.2.0" version = "1.3.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"dotenvy", "dotenvy",

View File

@ -3,7 +3,7 @@ name = "shibe-bot"
description = "A Discord bot written in Rust, using Poise." description = "A Discord bot written in Rust, using Poise."
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
version = "1.2.0" version = "1.3.0"
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"

View File

@ -1,4 +1,4 @@
# Shibe Bot 1.2.0 # Shibe Bot 1.3.0
[![Rust](https://github.com/shibedrill/shibe-bot/actions/workflows/rust.yml/badge.svg)](https://github.com/shibedrill/shibe-bot/actions/workflows/rust.yml) [![Rust](https://github.com/shibedrill/shibe-bot/actions/workflows/rust.yml/badge.svg)](https://github.com/shibedrill/shibe-bot/actions/workflows/rust.yml)
[![GitHub License](https://img.shields.io/github/license/shibedrill/shibe-bot)](LICENSE.txt) [![GitHub License](https://img.shields.io/github/license/shibedrill/shibe-bot)](LICENSE.txt)