Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliandev02 committed Nov 2, 2024
1 parent 7f843ec commit b9add31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strawberry-chat"
version = "1.13.0"
version = "1.13.1"
edition = "2021"
authors = ["Juliandev02", "Paddyk45", "matteodev8"]
description = "A simple but nice chat platform for your terminal"
Expand Down
2 changes: 1 addition & 1 deletion src/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub const STRAWBERRY_API: &str = "https://api.strawberryfoundations.org/v1/";
pub const STRAWBERRY_ID_API: &str = "https://id.strawberryfoundations.org/v2/";
pub const STRAWBERRY_CLOUD_API: &str = "https://cloud.strawberryfoundations.org/";

pub const BASE_VERSION: &str = "1.13.0";
pub const BASE_VERSION: &str = "1.13.1";
pub const CORE_BASE_VERSION: &str = "1.04";
pub const ADDITION_VER: &str = "";
pub const STBM_VER: &str = "3";
Expand Down

0 comments on commit b9add31

Please sign in to comment.