diff --git a/package-lock.json b/package-lock.json index 89f3db98..4edbaff4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "4.1.2", + "version": "4.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 10b5f421..7b8e72e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "4.1.2", + "version": "4.1.3", "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": "95", - "appVersion": "4.1.2" + "buildVersion": "96", + "appVersion": "4.1.3" }, "main": "./dist/electron/main.js", "scripts": {