From d3da4f3b56233e84dc6231b7d37bde906e61e426 Mon Sep 17 00:00:00 2001 From: Victor Pasynok Date: Sun, 20 Nov 2016 21:33:15 +0400 Subject: [PATCH] Linux release update(0.1.3) --- scripts/renderer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/renderer.js b/scripts/renderer.js index bdb6d41..ccd44a0 100644 --- a/scripts/renderer.js +++ b/scripts/renderer.js @@ -1,6 +1,6 @@ /* eslint-disable */ -const APP_VERSION = '0.1.2'; +const APP_VERSION = '0.1.3'; const CLOSE = 'close'; const MAX_ZOOM = 2; const MIN_ZOOM = 0.5;