Skip to content

Commit

Permalink
Version bump 0.2.1 -> 0.3.0 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Sep 21, 2016
1 parent cefc893 commit 3a56da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.1</string>
<string>0.3.0</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.2.1\n"
expect(output).to eq "0.3.0\n"
expect(status).to eq 98
end
end
Expand Down

0 comments on commit 3a56da5

Please sign in to comment.