diff --git a/.gitignore b/.gitignore index fedaa2b..58ecce6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target .env +.DS* diff --git a/Cargo.lock b/Cargo.lock index f65b447..f6866ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -908,7 +908,7 @@ dependencies = [ [[package]] name = "pusher-rs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "aes", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5a76f5e..9a2e475 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pusher-rs" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["chmod77 "] description = "A bullet-proof Rust crate for interacting with the Pusher Channels HTTP/WS API"