diff --git a/package-lock.json b/package-lock.json index cf5e8f80..e9299cb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad69f2e3..bc263104 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "1.4.0", + "version": "1.4.1", "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": "25", - "appVersion": "1.4.0" + "buildVersion": "26", + "appVersion": "1.4.1" }, "main": "./dist/electron/main.js", "scripts": {