Bump to version 0.6.2

This commit is contained in:
AkiraFukushima 2018-04-30 23:17:01 +09:00
parent 712011deaf
commit baa1cf2ee7
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "0.6.1",
"version": "0.6.2",
"author": "AkiraFukushima <h3.poteto@gmail.com>",
"description": "A Electron based Mastodon client for Windows, Mac and Linux",
"license": "MIT",
@ -9,8 +9,8 @@
"url": "https://github.com/h3poteto/whalebird-desktop.git"
},
"config": {
"buildVersion": "8",
"appVersion": "0.6.1"
"buildVersion": "9",
"appVersion": "0.6.2"
},
"main": "./dist/electron/main.js",
"scripts": {