Bump to version 3.0.1
This commit is contained in:
parent
340526c153
commit
e67ae1b3b1
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Whalebird",
|
"name": "Whalebird",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Whalebird",
|
"name": "Whalebird",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"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": "84",
|
"buildVersion": "85",
|
||||||
"appVersion": "3.0.0"
|
"appVersion": "3.0.1"
|
||||||
},
|
},
|
||||||
"main": "./dist/electron/main.js",
|
"main": "./dist/electron/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue