Skip to content

Commit

Permalink
release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed May 27, 2021
1 parent a1d16b5 commit 38d33d1
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 = "samp-bcrypt"
version = "0.3.2"
version = "0.3.3"
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 @@ -20,7 +20,7 @@ pub struct SampBcrypt {

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

0 comments on commit 38d33d1

Please sign in to comment.