diff --git a/Cargo.lock b/Cargo.lock index e9c5e7c..c45ad99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,10 +1,10 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Hash_Pool" -version = "1.0.17-beta" +version = "1.0.18-beta" dependencies = [ "bdk", "bdk_electrum", diff --git a/Cargo.toml b/Cargo.toml index d804e9e..529e47a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" description = "A simple library for Mining pools and developers" documentation = "https://docs.rs/hashpool" homepage = "https://www.arealayer.net/projects" -version = "1.0.17-beta" +version = "1.0.18-beta" edition = "2021" [dependencies] diff --git a/MANIFEST.yml b/MANIFEST.yml index 58dab48..65a2071 100644 --- a/MANIFEST.yml +++ b/MANIFEST.yml @@ -2,4 +2,4 @@ name: HashPool license: MIT authors: 22388o and Rsync25 type: FOSS -version: 1.0.17-beta +version: 1.0.18-beta diff --git a/SECURITY.md b/SECURITY.md index 72ccab5..2ec88d7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -23,4 +23,5 @@ currently being supported with security updates. | v1.0.15-beta | :white_check_mark: | | v1.0.16-beta | :white_check_mark: | | v1.0.17-beta | :white_check_mark: | +| v1.0.18-beta | :white_check_mark: |