Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Apr 17, 2024
1 parent de58b61 commit c60e68d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "samp-bcrypt"
version = "0.4.0"
version = "0.4.1"
edition = "2018"
authors = ["Sreyas <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub struct SampBcrypt {

impl SampPlugin for SampBcrypt {
fn on_load(&mut self) {
info!("Version: 0.4.0");
info!("Version: 0.4.1");
let (verify_sender, verify_receiver) = channel();
self.verify_sender = Some(verify_sender);
self.verify_receiver = Some(verify_receiver);
Expand Down

0 comments on commit c60e68d

Please sign in to comment.