diff --git a/Cargo.lock b/Cargo.lock index b780bdc..e75f1af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "blockwatch" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "ethbloom", diff --git a/Cargo.toml b/Cargo.toml index e924833..e93e3d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blockwatch" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 9660adb..080828c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ the `deliveries` table. It will not be retried version: "3" services: blockwatch: - image: ghcr.io/arshsingh/blockwatch:0.1.0 + image: ghcr.io/arshsingh/blockwatch volumes: - ./blockwatch.config.json:/blockwatch/blockwatch.config.json - ./db.sqlite:/blockwatch/db.sqlite