From 0797b5853cc953210f37eab69ee5cc005c6fd4b8 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Sat, 12 Feb 2022 17:22:51 +0900
Subject: [PATCH] Bump to version 4.5.1
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index e3e692cc..eff218e8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "4.5.0",
+ "version": "4.5.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": "116",
- "appVersion": "4.5.0"
+ "buildVersion": "117",
+ "appVersion": "4.5.1"
},
"main": "./dist/electron/main.js",
"scripts": {