Skip to content

Commit

Permalink
Version bump 0.1.3 -> 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Jan 9, 2016
1 parent 3d13ceb commit 411742a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.4

Bugfix:

* Don't crash randomly, see #13

## 0.1.3

Features:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It supports both L2TP over IPSec and Cisco IPSec.
Start a Terminal and run this curl command to get the executable:

```bash
sudo bash -c "curl -L https://github.com/halo/macosvpn/releases/download/0.1.3/macosvpn > /usr/local/bin/macosvpn"
sudo bash -c "curl -L https://github.com/halo/macosvpn/releases/download/0.1.4/macosvpn > /usr/local/bin/macosvpn"
sudo chmod +x /usr/local/bin/macosvpn
```

Expand Down
2 changes: 1 addition & 1 deletion macosvpn/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleVersion</key>
<string>0.1.3</string>
<string>0.1.4</string>
<key>CFBundleIdentifier</key>
<string>com.funkensturm.macosvpn</string>
<key>CFBundleName</key>
Expand Down

0 comments on commit 411742a

Please sign in to comment.