Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
aurexav committed May 29, 2024
1 parent ce64e5e commit 43f2e1a
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OCVW_LINK: https://github.com/darwinia-network/darwinia-release/releases/download/v0.8.0/ocvw.zst
OCVW_LINK: https://github.com/darwinia-network/darwinia-release/releases/download/v0.8.1/ocvw.zst

jobs:
watch:
Expand Down
121 changes: 64 additions & 57 deletions on-chain-version-watcher/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 on-chain-version-watcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ocvw"
version = "0.8.0"
version = "0.8.1"

[dependencies]
# crates.io
Expand Down
6 changes: 3 additions & 3 deletions whitelist-upgrade-hasher/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 whitelist-upgrade-hasher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "wuh"
version = "0.8.0"
version = "0.8.1"

[dependencies]
# crates.io
Expand Down

0 comments on commit 43f2e1a

Please sign in to comment.