1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-01 18:06:45 +01:00

Bump to version 4.1.3

This commit is contained in:
AkiraFukushima 2020-06-10 23:44:12 +09:00
parent cf89a259e3
commit 6e133d9fe9
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.2",
"version": "4.1.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "4.1.2",
"version": "4.1.3",
"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": "95",
"appVersion": "4.1.2"
"buildVersion": "96",
"appVersion": "4.1.3"
},
"main": "./dist/electron/main.js",
"scripts": {