From bc712577bad030ae182fd13928a092d6cff8d78d Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Apr 2022 00:48:26 +0900 Subject: [PATCH] Bump to version 4.5.3 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fc68afb7..5db65ba2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "4.5.2", + "version": "4.5.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": "118", - "appVersion": "4.5.2" + "buildVersion": "119", + "appVersion": "4.5.3" }, "main": "./dist/electron/main.js", "scripts": {