Bump to version 2.8.6

This commit is contained in:
AkiraFukushima 2019-09-18 22:47:26 +09:00
parent fce1c1d025
commit 26e36a9f46
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "2.8.5",
"version": "2.8.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "2.8.5",
"version": "2.8.6",
"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": "79",
"appVersion": "2.8.5"
"buildVersion": "80",
"appVersion": "2.8.6"
},
"main": "./dist/electron/main.js",
"scripts": {