Bump to version 1.3.1

This commit is contained in:
AkiraFukushima 2018-06-06 08:41:42 +09:00
parent c46b6944f3
commit 49cf42d278
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "1.3.0",
"version": "1.3.1",
"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": "20",
"appVersion": "1.3.0"
"buildVersion": "21",
"appVersion": "1.3.1"
},
"main": "./dist/electron/main.js",
"scripts": {