Skip to content

Commit

Permalink
(cargo-release) version 0.4.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emschwartz committed Sep 10, 2019
1 parent b6423c9 commit b13b089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/interledger-settlement-engines/Cargo.toml
Expand Up @@ -50,6 +50,6 @@ parking_lot = "0.9.0"
net2 = "0.2.33"
os_type = "2.2.0"
rand = "0.7.0"
interledger = { path = "../interledger", version = "0.4.0" }
interledger = { path = "../interledger", version = "^0.4.1-alpha.1"}
interledger-packet = { path = "../interledger-packet", version = "^0.2.2-alpha.1"}
interledger-store-redis = { path = "../interledger-store-redis", version = "^0.2.2-alpha.1"}
2 changes: 1 addition & 1 deletion crates/interledger/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "interledger"
version = "0.4.0"
version = "0.4.1-alpha.1"
authors = ["Evan Schwartz <evan@ripple.com>"]
description = "Interledger client library"
license = "Apache-2.0"
Expand Down

0 comments on commit b13b089

Please sign in to comment.