Skip to content

Commit

Permalink
v0.5.11 - more stable
Browse files Browse the repository at this point in the history
fixes for images going all black.
fixes for twitch chat config to improve latency.
  • Loading branch information
Chris Kennedy committed Mar 24, 2024
1 parent 1997891 commit 534a42b
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
Expand Up @@ -9,7 +9,7 @@ license-file = "LICENSE"
homepage = "https://github.com/groovybits/rsllm/wiki"
repository = "https://github.com/groovybits/rsllm"
authors = ["Chris Kennedy"]
version = "0.5.10"
version = "0.5.11"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use clap::Parser;
#[derive(Parser, Debug, Clone)]
#[clap(
author = "Chris Kennedy",
version = "0.5.10",
version = "0.5.11",
about = "Rust AI Stream Analyzer Twitch Bot"
)]
pub struct Args {
Expand Down

0 comments on commit 534a42b

Please sign in to comment.