Bump to version 4.4.5

This commit is contained in:
AkiraFukushima 2021-10-02 21:16:18 +09:00
parent 382b989d5a
commit 23662bd801
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "Whalebird", "name": "Whalebird",
"version": "4.4.4", "version": "4.4.5",
"author": "AkiraFukushima <h3.poteto@gmail.com>", "author": "AkiraFukushima <h3.poteto@gmail.com>",
"description": "An Electron based Mastodon client for Windows, Mac and Linux", "description": "An Electron based Mastodon client for Windows, Mac and Linux",
"license": "MIT", "license": "MIT",
@ -15,8 +15,8 @@
"url": "https://github.com/h3poteto/whalebird-desktop.git" "url": "https://github.com/h3poteto/whalebird-desktop.git"
}, },
"config": { "config": {
"buildVersion": "113", "buildVersion": "114",
"appVersion": "4.4.4" "appVersion": "4.4.5"
}, },
"main": "./dist/electron/main.js", "main": "./dist/electron/main.js",
"scripts": { "scripts": {