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", "name": "Whalebird",
"version": "1.3.1", "version": "1.3.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -7800,7 +7800,7 @@
}, },
"onetime": { "onetime": {
"version": "1.1.0", "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=" "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k="
}, },
"pluralize": { "pluralize": {

View File

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