Skip to content

Commit

Permalink
Bumps version to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
mildmojo committed Feb 2, 2018
1 parent 05aedbd commit 48cde58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down

0 comments on commit 48cde58

Please sign in to comment.