Skip to content

Commit 3c51e26

Browse files
committed
Set Default buildVersion
- Set `buildVersion` in npm build script to `1.0.0` as I think it should be the inital version number of a project.
1 parent 5ca7ad5 commit 3c51e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"target": "nsis",
2323
"asar": false
2424
},
25-
"buildVersion": "1.1.0"
25+
"buildVersion": "1.0.0"
2626
},
2727
"author": "Wing Chau @Devtography",
2828
"license": "MIT",

0 commit comments

Comments
 (0)