Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw committed Jun 14, 2017
1 parent b849b40 commit b94aa2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parity-wordlist"
version = "1.0.1"
version = "1.1.0"
description = "Word list used to generate brain wallets for Parity."
license = "GPL-3.0"
authors = ["Parity Technologies <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Parity Brain Wallets wordlist library
# Cargo.toml

[dependencies]
parity-wordlist = "1.0"
parity-wordlist = "1.1"
```

```rust
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parity/wordlist",
"version": "1.0.1",
"version": "1.1.0",
"description": "Parity Brain Wallets wordlist library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b94aa2d

Please sign in to comment.