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

Bump to version 0.4.0

This commit is contained in:
AkiraFukushima 2018-04-12 22:06:44 +09:00
parent 6cd3f34a36
commit 56daa0dd5c
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "0.3.1",
"version": "0.4.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": "4",
"appVersion": "0.3.1"
"buildVersion": "5",
"appVersion": "0.4.0"
},
"main": "./dist/electron/main.js",
"scripts": {