Skip to content

Commit

Permalink
Merge pull request #162 from gregdhill/chore/version-0.10.0
Browse files Browse the repository at this point in the history
chore: bump all crate versions to 0.10.0
  • Loading branch information
gregdhill authored Aug 11, 2021
2 parents 6b2198c + 152f8c7 commit 3f8cdf4
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.

**Version / Commit (e.g. 0.7.0):**
**Version / Commit (e.g. 0.10.0):**
The version of the binary you have installed.

**Additional context**
Expand Down
74 changes: 37 additions & 37 deletions 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 bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoin"
version = "0.7.0"
version = "0.10.0"
authors = ["Interlay <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion faucet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "faucet"
version = "0.7.0"
version = "0.10.0"
authors = ["Interlay <[email protected]>"]
edition = "2018"
description = "Collateral faucet for the BTC Parachain."
Expand Down
2 changes: 1 addition & 1 deletion oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oracle"
version = "0.7.0"
version = "0.10.0"
authors = ["Interlay <[email protected]>"]
edition = "2018"
description = "Liveness service to update the exchange rate periodically."
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runtime"
version = "0.7.0"
version = "0.10.0"
authors = ["Interlay <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "service"
version = "0.7.0"
version = "0.10.0"
authors = ["Interlay <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion vault/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vault"
version = "0.7.0"
version = "0.10.0"
authors = ["Interlay <[email protected]>"]
edition = "2018"
description = "The Vault client intermediates between Bitcoin Core and the BTC Parachain."
Expand Down

0 comments on commit 3f8cdf4

Please sign in to comment.