From 5bc57ad84fe3d13007542d0994da06198699b562 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Tue, 14 Feb 2023 22:11:11 +0900
Subject: [PATCH] Bump to version 5.0.0-rc.1
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 63583539..b1ff81ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "5.0.0-beta.5",
+ "version": "5.0.0-rc.1",
"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": "144",
+ "buildVersion": "145",
"appVersion": "5.0.0"
},
"main": "./dist/electron/main.js",