From f13610561481b60fb531a317a838aa0312bc445b Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Fri, 13 Jan 2023 20:35:32 +0900
Subject: [PATCH] Bump to version 5.0.0-alpha.1
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 2c553004..697f9a42 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "4.7.4",
+ "version": "5.0.0-alpha.1",
"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": "135",
- "appVersion": "4.7.4"
+ "buildVersion": "136",
+ "appVersion": "5.0.0"
},
"main": "./dist/electron/main.js",
"scripts": {