Skip to content

Commit 8a17279

Browse files
committed
v0.2.0 Release!
1 parent 7f3971a commit 8a17279

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WebShell/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.11</string>
20+
<string>0.2.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>201601301259</string>
24+
<string>201605242200</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSAppTransportSecurity</key>

WebShell/Settings.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class WebShell {
1919
*/
2020
var Settings: [String: Any] = [
2121
// Url to browse to.
22-
"url": "https://www.google.com",
22+
"url": "http://djyde.github.io/WebShell/WebShell/",
2323

2424
// set the app title
2525
"title": NSBundle.mainBundle().infoDictionary!["CFBundleName"] as! String,

0 commit comments

Comments
 (0)