Skip to content

Commit

Permalink
Project: fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan committed May 31, 2023
1 parent f0bca06 commit e3380bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
const APP = {

// Version
version: '1.0.0',
hash: nw.App.manifest.hash,
version: nw.App.manifest.version,

// Modules
fs: void 0,
Expand Down

0 comments on commit e3380bd

Please sign in to comment.