Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Fix the wrong required ProxyConfig version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhaow committed Sep 24, 2016
1 parent 6d63843 commit 5a19c5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.6

### Fixed
- Now the privilege permission dialog will only appear for the first time you try to set system proxy. You may have to authorize SpechteLite again.

## 0.4.5

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion SpechtLite/ProxyHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Foundation
public class ProxyHelper {

static let kProxyConfigPath = "/Library/Application Support/SpechtLite/ProxyConfig"
static let kVersion = "0.1.0"
static let kVersion = "0.2.0"

public static func checkVersion() -> Bool {
let task = NSTask()
Expand Down

0 comments on commit 5a19c5d

Please sign in to comment.