Skip to content

Commit

Permalink
v0.2.0 Release!
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG committed Apr 24, 2016
1 parent 7f3971a commit 8a17279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WebShell/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.1.11</string>
<string>0.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>201601301259</string>
<string>201605242200</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion WebShell/Settings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class WebShell {
*/
var Settings: [String: Any] = [
// Url to browse to.
"url": "https://www.google.com",
"url": "http://djyde.github.io/WebShell/WebShell/",

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

0 comments on commit 8a17279

Please sign in to comment.