Skip to content

Commit b94aa2d

Browse files
committed
Bump version.
1 parent b849b40 commit b94aa2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parity-wordlist"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Word list used to generate brain wallets for Parity."
55
license = "GPL-3.0"
66
authors = ["Parity Technologies <[email protected]>"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Parity Brain Wallets wordlist library
88
# Cargo.toml
99

1010
[dependencies]
11-
parity-wordlist = "1.0"
11+
parity-wordlist = "1.1"
1212
```
1313

1414
```rust

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parity/wordlist",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Parity Brain Wallets wordlist library",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)