Skip to content

Commit

Permalink
Version bump 0.3.0 -> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Dec 27, 2016
1 parent 4b56824 commit f2df34e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 0.3.0 (beta)
# 0.3.1

Bugfix:

* Resolving an issue where L2TP Keychain Items were not associated with their network service.

# 0.3.0

Bugfix/Features:

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.3.0</string>
<string>0.3.1</string>
<key>CFBundleIdentifier</key>
<string>com.funkensturm.macosvpn</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion spec/features/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
context 'with the --version flag' do
it 'shows the Help' do
output, status = Macosvpn.call arguments: '--version'
expect(output).to eq "0.3.0\n"
expect(output).to eq "0.3.1\n"
expect(status).to eq 10
end
end
Expand Down

0 comments on commit f2df34e

Please sign in to comment.