Bump to version 2.6.1

This commit is contained in:
AkiraFukushima 2018-12-12 19:25:56 +09:00
parent bd64b10ad6
commit 6c1fb2d789
2 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "2.6.0",
"version": "2.6.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -549,7 +549,7 @@
},
"@types/events": {
"version": "1.2.0",
"resolved": "http://registry.npmjs.org/@types/events/-/events-1.2.0.tgz",
"resolved": "https://registry.npmjs.org/@types/events/-/events-1.2.0.tgz",
"integrity": "sha512-KEIlhXnIutzKwRbQkGWb/I4HFqBuUykAdHgDED6xqwXJfONCjF5VoE0cXEiurh3XauygxzeDzgtXUqvLkxFzzA=="
},
"@types/form-data": {

View File

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