Skip to content

Commit 519082d

Browse files
committed
Bump version (breaking change: now using BigDecimal)
1 parent 89cde88 commit 519082d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "coinnect"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
license = "MIT"
55
authors = ["Hugues Gaillard <[email protected]>", "Alejandro Inestal"]
66
description = """

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Add this to your `Cargo.toml`:
5151

5252
```toml
5353
[dependencies]
54-
coinnect = "0.4"
54+
coinnect = "0.5"
5555
```
5656

5757
and this to your crate root:

0 commit comments

Comments
 (0)