Skip to content

Commit

Permalink
Version bump 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Jan 28, 2020
1 parent 66108b3 commit 73178a3
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 @@
# master

# 1.0.2

* The options `--split`, `--disconnectswitch`, and `--disconnectlogout` now actually work. See #43

# 1.0.1

* This is a cosmetic release, no changes to the code.
Expand Down
2 changes: 1 addition & 1 deletion macosvpn/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<key>CFBundleName</key>
<string>macosvpn</string>
<key>CFBundleVersion</key>
<string>1.0.1</string>
<string>1.0.2</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion spec/features/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
context 'with the --version flag' do
it 'shows the Help' do
output, status = Macosvpn.call arguments: '--version'
expect(output).to eq "1.0.1\n"
expect(output).to eq "1.0.2\n"
expect(status).to eq 2
end
end
Expand Down

0 comments on commit 73178a3

Please sign in to comment.