Skip to content

Commit 248edd5

Browse files
committed
Prepare version 0.2.0
1 parent c326faf commit 248edd5

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
@@ -2,7 +2,7 @@
22
name = "base58-monero"
33
description = "Library with support for encoding/decoding Monero base58 strings."
44
keywords = ["monero", "base58", "base58-check"]
5-
version = "0.1.1"
5+
version = "0.2.0"
66
authors = ["h4sh3d <[email protected]>"]
77
license = "MIT"
88
documentation = "https://docs.rs/base58-monero"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you don't want to include all default features in your project:
2828

2929
```
3030
[dependencies.base58-monero]
31-
version = "0.1"
31+
version = "0.2"
3232
default-features = false
3333
```
3434

0 commit comments

Comments
 (0)