Skip to content

Commit

Permalink
[Release] v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
isundaylee committed Mar 3, 2019
1 parent db72865 commit 92ae721
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.9.1"
version="0.9.2"

if [ $(uname) == "Linux" ]; then
cd $HOME
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.9.1</string>
<string>0.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.9.1.1</string>
<string>0.9.2.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.9.1</string>
<string>0.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.9.1.1</string>
<string>0.9.2.1</string>
<key>LSRequireIPhoneOS</key>
<true/>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
using namespace stun;

const int kServerPort = 2859;
const std::string kVersion = "0.9.1";
const std::string kVersion = "0.9.2";

static const std::string serverConfigTemplate = R"(
{
Expand Down

0 comments on commit 92ae721

Please sign in to comment.