Bump to version 1.3.2

This commit is contained in:
AkiraFukushima 2018-06-06 21:23:09 +09:00
parent f7b14d6128
commit 4a877956bb
2 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "1.3.1",
"version": "1.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -7800,7 +7800,7 @@
},
"onetime": {
"version": "1.1.0",
"resolved": "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
"resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
"integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k="
},
"pluralize": {

View File

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