Skip to content

Commit

Permalink
set version in application package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis committed Jul 21, 2016
1 parent b5fc538 commit bf621aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "forrest",
"productName": "Forrest",
"version": "1.0.0-alpha",
"description": "The npm script desktop client",
"version": "1.0.0",
"main": "electron.js",
"dependencies": {
"electron-settings": "^1.0.4",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "Forrest",
"version": "1.0.0",
"scripts": {
"build": "node tasks/release.js",
"build:clean": "del dist/* !.gitkeep",
Expand Down

0 comments on commit bf621aa

Please sign in to comment.