From b0c92a655e49bd96f69569f7ca693df14f175505 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Mon, 23 Mar 2020 23:45:38 +0900
Subject: [PATCH] Bump to version 4.0.0
---
package-lock.json | 2 +-
package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 3c0b8017..7981a642 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "4.0.0-beta.1",
+ "version": "4.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index bb3d1d2b..afb36c6b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "4.0.0-beta.1",
+ "version": "4.0.0",
"author": "AkiraFukushima ",
"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": "89",
- "appVersion": "4.0.0-beta.1"
+ "buildVersion": "90",
+ "appVersion": "4.0.0"
},
"main": "./dist/electron/main.js",
"scripts": {