Skip to content

Commit

Permalink
release v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Mar 24, 2018
1 parent 00b4f85 commit c4d369b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const program = require('commander');
const {ipcMain} = require('electron');

program
.version('0.7.5')
.version('0.7.6')
.option('-e, --entry-file [entryFile]', 'The file to load into Electron')
.option('-d, --serve-dir [serveDir]', 'The directory to serve local application files from')
.option('-w, --window', 'Open an Electron window')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scram-engine",
"version": "0.7.5",
"version": "0.7.6",
"description": "Use web components outside of the browser for desktop, server, and embedded applications.",
"devDependencies": {},
"dependencies": {
Expand Down

0 comments on commit c4d369b

Please sign in to comment.