Skip to content

Commit 73178a3

Browse files
committed
Version bump 1.0.1 -> 1.0.2
1 parent 66108b3 commit 73178a3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# master
22

3+
# 1.0.2
4+
5+
* The options `--split`, `--disconnectswitch`, and `--disconnectlogout` now actually work. See #43
6+
37
# 1.0.1
48

59
* This is a cosmetic release, no changes to the code.

macosvpn/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<key>CFBundleName</key>
88
<string>macosvpn</string>
99
<key>CFBundleVersion</key>
10-
<string>1.0.1</string>
10+
<string>1.0.2</string>
1111
</dict>
1212
</plist>

spec/features/version_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
context 'with the --version flag' do
77
it 'shows the Help' do
88
output, status = Macosvpn.call arguments: '--version'
9-
expect(output).to eq "1.0.1\n"
9+
expect(output).to eq "1.0.2\n"
1010
expect(status).to eq 2
1111
end
1212
end

0 commit comments

Comments
 (0)