diff --git a/package-lock.json b/package-lock.json index dab651c0..383feb83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 58f72957..70de9011 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "1.5.3", + "version": "1.5.4", "author": "AkiraFukushima ", "description": "An Electron based Mastodon client for Windows, Mac and Linux", "license": "MIT", @@ -15,8 +15,8 @@ "url": "https://github.com/h3poteto/whalebird-desktop.git" }, "config": { - "buildVersion": "32", - "appVersion": "1.5.3" + "buildVersion": "33", + "appVersion": "1.5.4" }, "main": "./dist/electron/main.js", "scripts": {