From 0d2f97d0c49080c8e17229759b81abbbb4288592 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 7 Feb 2023 01:32:06 +0900 Subject: [PATCH] Bump to version 5.0.0-beta.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ad70a143..e25ffa6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "5.0.0-beta.2", + "version": "5.0.0-beta.3", "author": "AkiraFukushima ", "description": "An Electron based Mastodon client for Windows, Mac and Linux", "license": "MIT", @@ -15,7 +15,7 @@ "url": "https://github.com/h3poteto/whalebird-desktop.git" }, "config": { - "buildVersion": "141", + "buildVersion": "142", "appVersion": "5.0.0" }, "main": "./dist/electron/main.js",