From 48cde581000b423b03419a718a730bd250258a41 Mon Sep 17 00:00:00 2001 From: mildmojo Date: Fri, 2 Feb 2018 03:36:25 -0500 Subject: [PATCH] Bumps version to 0.6. --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 0d5decf..bdcca8f 100755 --- a/build.js +++ b/build.js @@ -7,7 +7,7 @@ const path = require('path'); const execSync = require('child_process').execSync; const PROJECT = 'left-undetected'; -const VERSION = '0.5'; +const VERSION = '0.6'; const CONTAINER_FILE = 'docs/index.html'; const OUTPUT_FILE = `dist/${PROJECT}/index.html`;