Bump to version 2.7.2

This commit is contained in:
AkiraFukushima 2019-05-20 22:50:34 +09:00
parent 58c9a0a61a
commit df5ed05db2
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "2.7.1",
"version": "2.7.2",
"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": "67",
"appVersion": "2.7.1"
"buildVersion": "68",
"appVersion": "2.7.2"
},
"main": "./dist/electron/main.js",
"scripts": {