From 032f32e3c524958e65b3baf38e69a66abed8c29c Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 22 Sep 2020 00:16:06 +0900 Subject: [PATCH] Bump to version 4.2.3 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0406ee96c7..02e5442ef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "4.2.2", + "version": "4.2.3", "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": "101", - "appVersion": "4.2.2" + "buildVersion": "102", + "appVersion": "4.2.3" }, "main": "./dist/electron/main.js", "scripts": {