Bump to version 1.3.0

This commit is contained in:
AkiraFukushima 2018-06-04 08:20:44 +09:00
parent ca2deb4b7c
commit 95d53a43fc
2 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

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