Bump to version 4.5.1

This commit is contained in:
AkiraFukushima 2022-02-12 17:22:51 +09:00
parent 5b5cd9ff8a
commit 0797b5853c
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",
"version": "4.5.0",
"version": "4.5.1",
"author": "AkiraFukushima <h3.poteto@gmail.com>",
"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": "116",
"appVersion": "4.5.0"
"buildVersion": "117",
"appVersion": "4.5.1"
},
"main": "./dist/electron/main.js",
"scripts": {