Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Sep 18, 2019
1 parent cc09899 commit 3e2d717
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "ove-electron",
"version": "0.0.1",
"version": "0.0.2",
"description": "An open source vector/plasmid editor",
"main": "main.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder",
"dist-win": "electron-builder --win"
"dist": "electron-builder -wm",
"dist-win": "electron-builder --win",
"dist-mac": "electron-builder --mac"
},
"build": {
"appId": "openVectorEditor",
Expand Down

0 comments on commit 3e2d717

Please sign in to comment.