Bump to version 4.1.1

This commit is contained in:
AkiraFukushima 2020-05-17 16:37:45 +09:00
parent 9b766b5237
commit 7cbe1b98da
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

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