Skip to content

Commit

Permalink
Bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sttz committed Apr 17, 2020
1 parent 398e38d commit 182f614
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.0.2 (2020-04-17)
* Fix timeout when connecting to the already selected location
* Make project work with mono and provide Hombrew formula (in addition to cask)

### 1.0.1 (2020-04-16)
* Fix browser extension showing the last selected instead of the currently connected location
* Show help if no action is specified
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ expresso also comes with an [Alfred](http://alfredapp.com) workflow, which enabl
# Usage

```
expresso v1.0.1
expresso v1.0.2
USAGE: expresso [--help] [--version] [--verbose...] [--quiet] [--timeout <arg>]
<action>
Expand Down
2 changes: 1 addition & 1 deletion expresso.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup Label="Package">
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>Adrian Stutz (sttz.ch)</Authors>
<Product>expresso</Product>
<Description>CLI to control the ExpressVPN app</Description>
Expand Down

0 comments on commit 182f614

Please sign in to comment.