From 692ecad644cafc6eded0e85b252b3e9ae5882f98 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 21 Jan 2023 18:56:07 +0900 Subject: [PATCH] Bump to version 5.0.0-alpha.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fba9162c..5c1102ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "5.0.0-alpha.3", + "version": "5.0.0-alpha.4", "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": "138", + "buildVersion": "139", "appVersion": "5.0.0" }, "main": "./dist/electron/main.js",