Bump to version 4.6.4

This commit is contained in:
AkiraFukushima 2022-09-07 01:00:56 +09:00
parent c690a2c059
commit a0ba6d3818
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.6.3",
"version": "4.6.4",
"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": "128",
"appVersion": "4.6.3"
"buildVersion": "129",
"appVersion": "4.6.4"
},
"main": "./dist/electron/main.js",
"scripts": {