From 8049c6c82d8156e14bc233bec2318ac8b21e7b15 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Thu, 23 Feb 2023 22:05:21 +0900 Subject: [PATCH] Bump to version 5.0.0-rc.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce51d662..02472dea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "5.0.0-rc.2", + "version": "5.0.0-rc.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": "146", + "buildVersion": "147", "appVersion": "5.0.0" }, "main": "./dist/electron/main.js",