1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-07 23:38:48 +01:00

Bump to version 2.4.0

This commit is contained in:
AkiraFukushima 2018-10-06 22:51:41 +09:00
parent a0fd3be59b
commit 011f832909
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

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