Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
editicalu committed Nov 14, 2018
1 parent 7cb3623 commit e49b874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Even more regions are added, including the X Eyes spy programs.
- We now show you what regions are available and what they mean.
- Better error messages make using the CLI easier.
- More protocolfilters make the program able to distinguish every protocol NordVPN supports (now)

## Version 1.0.1

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nordselect"
description = "Select the ideal NordVPN server"
version = "1.0.2"
version = "1.1.0"
authors = ["Ward Segers <[email protected]>"]
repository = "https://github.com/editicalu/nordselect"
license = "MIT"
Expand All @@ -12,7 +12,7 @@ keywords = ["vpn", "nordvpn"]
serde = "^1"
serde_derive = "^1"
serde_json = "^1"
reqwest = "0.9.4"
reqwest = "0.9.5"
oping = "0.3.3"
regex = "^1"

Expand Down

0 comments on commit e49b874

Please sign in to comment.