Skip to content

Commit

Permalink
release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Jan 10, 2020
1 parent c55d11d commit d6a568d
Showing 1 changed file with 1 addition and 1 deletion.
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.2.1");
info!("Version: 0.2.2");
let (verify_sender, verify_receiver) = channel();
self.verify_sender = Some(verify_sender);
self.verify_receiver = Some(verify_receiver);
Expand Down

0 comments on commit d6a568d

Please sign in to comment.