Bump to version 2.5.2

This commit is contained in:
AkiraFukushima 2018-11-18 22:53:41 +09:00
parent f44d508522
commit 54b2da02be
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

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