diff --git a/package-lock.json b/package-lock.json index 8b5ff01b..3fe572f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "0.3.1", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a9ee7340..29c463e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "0.3.1", + "version": "0.4.0", "author": "AkiraFukushima ", "description": "A Electron based Mastodon client for Windows, Mac and Linux", "license": "MIT", @@ -9,8 +9,8 @@ "url": "https://github.com/h3poteto/whalebird-desktop.git" }, "config": { - "buildVersion": "4", - "appVersion": "0.3.1" + "buildVersion": "5", + "appVersion": "0.4.0" }, "main": "./dist/electron/main.js", "scripts": {