From 5fd47901ff36e455cd213d291d7934c9feb20096 Mon Sep 17 00:00:00 2001 From: Tim Layton Date: Wed, 11 Apr 2018 09:24:30 -0700 Subject: [PATCH] v0.0.4 --- auto_updater.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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": {