Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jan 28, 2019
1 parent 6006b29 commit a96efb2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.18.4 (2019/01/28)

* Update hosts for extra and update rules
* Update IPs for extra and update rules
* Fix NCSI Microsoft probes

## 4.18.3 (2018/12/31)

* Update hosts for extra and update rules
Expand Down
2 changes: 1 addition & 1 deletion app.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.18.3",
"version": "4.18.4",
"debug": false,
"useEmbeddedData": true,
"proxifier": {
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0
GOPATH: C:\gopath
GOROOT: C:\go\
GOVERSION: 1.11.2
GOVERSION: 1.11.5

install:
- ps: choco install ant
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ app.name = WindowsSpyBlocker
app.desc = Block spying and tracking on Windows
app.package = github.com/crazy-max/WindowsSpyBlocker
app.url = https://${app.package}
app.version = 4.18.3
app.version = 4.18.4
app.default.release = 0

# Libs
Expand Down

0 comments on commit a96efb2

Please sign in to comment.