Bump to version 2.6.0

This commit is contained in:
AkiraFukushima 2018-12-03 20:48:57 +09:00
parent b4344a74b6
commit 1a5f25d774
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "2.5.3",
"version": "2.6.0",
"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": "61",
"appVersion": "2.5.3"
"buildVersion": "62",
"appVersion": "2.6.0"
},
"main": "./dist/electron/main.js",
"scripts": {