diff --git a/Cargo.lock b/Cargo.lock index 26739c2..ba747c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "Hash_Pool" -version = "1.0.14-beta" +version = "1.0.15-beta" dependencies = [ "bdk", "bdk_electrum", diff --git a/Cargo.toml b/Cargo.toml index 677d33c..a08ffdc 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.14-beta" +version = "1.0.15-beta" edition = "2021" [dependencies] diff --git a/MANIFEST.yml b/MANIFEST.yml index 3ec7873..50c20da 100644 --- a/MANIFEST.yml +++ b/MANIFEST.yml @@ -2,4 +2,4 @@ name: HashPool license: MIT authors: 22388o and Rsync25 type: FOSS -version: 1.0.14-beta +version: 1.0.15-beta diff --git a/SECURITY.md b/SECURITY.md index c846a6c..7904ac5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -20,4 +20,5 @@ currently being supported with security updates. | v1.0.12-beta | :white_check_mark: | | v1.0.13-beta | :white_check_mark: | | v1.0.14-beta | :white_check_mark: | +| v1.0.15-beta | :white_check_mark: |