Skip to content

Commit

Permalink
[Release] v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isundaylee committed Sep 6, 2019
1 parent 7266492 commit 0078738
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v0.10.1 (2019-09-06)

- [Core] Fixes server crash when provided with malformatted client-provided
subnets.
- [Core] Fixes client reconnection crash when DNS settings are not
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version="0.10.0"
version="0.10.1"

if [ $(uname) == "Linux" ]; then
cd $HOME
Expand Down
2 changes: 1 addition & 1 deletion generate-metadata-header.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version="0.10.0"
version="0.10.1"
git_commit_id="$(git rev-parse HEAD)"

if git diff-index --quiet HEAD --; then
Expand Down
4 changes: 2 additions & 2 deletions ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.10.0</string>
<string>0.10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.10.0.1</string>
<string>0.10.1.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIPrerenderedIcon</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/StunPacketTunnel/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.10.0</string>
<string>0.10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.10.0.1</string>
<string>0.10.1.1</string>
<key>LSRequireIPhoneOS</key>
<true/>
<key>NSExtension</key>
Expand Down

0 comments on commit 0078738

Please sign in to comment.