From a8357121230a0ae98cf86fc2eb7a0fd1f1f9e6a4 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Tue, 3 May 2022 20:42:55 +0900
Subject: [PATCH] Bump to version 4.6.0
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 64e60d93..3dfb68ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "4.5.4",
+ "version": "4.6.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": "120",
- "appVersion": "4.5.4"
+ "buildVersion": "121",
+ "appVersion": "4.6.0"
},
"main": "./dist/electron/main.js",
"scripts": {