Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed May 4, 2021
1 parent 977a9dc commit 2aafda5
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.3.0"
version = "0.3.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 @@ -20,7 +20,7 @@ pub struct SampBcrypt {

impl SampPlugin for SampBcrypt {
fn on_load(&mut self) {
info!("Version: 0.3.0");
info!("Version: 0.3.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 2aafda5

Please sign in to comment.