diff --git a/auto_updater.json b/auto_updater.json index 655dee5..cd267c8 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,6 +1,6 @@ { "url": "https://github.com/dfmcphee/simple-proxy/releases/latest", - "name": "v0.0.3", - "notes": "On and off state for tray icon.", - "pub_date": "2015-10-21T12:29:53+01:00" + "name": "v0.0.4", + "notes": "Added a Quit button.", + "pub_date": "2018-04-11" } diff --git a/package.json b/package.json index 0133a87..4e28fd4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simple-proxy", "productName": "SimpleProxy", - "version": "0.0.3", + "version": "0.0.4", "description": "A simple reverse proxy for OS X.", "license": "MIT", "repository": {