Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdanyang5 committed Dec 20, 2018
1 parent 41c70e0 commit b1b5241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// 版本号
const localVersion = "3.3.0";

// Modules to control application life and create native browser window
const {
app,
Expand Down Expand Up @@ -47,7 +50,6 @@ const defaultPath = path.join(os.homedir(), "Documents", "files");
let type = null;
const defaultType = 1;
const isDev = false;
const localVersion = "3.2.0";

let filesPath = defaultPath;
let uploadPath;
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": "Share",
"version": "3.2.0",
"version": "3.3.0",
"description": "Share files and text in the LAN(Local Area Network).",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit b1b5241

Please sign in to comment.