Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arshsingh committed Oct 21, 2023
1 parent 3fa5c12 commit d2fc85c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blockwatch"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2fc85c

Please sign in to comment.