From d2a84f13d8b5ed0c91fd065d7ed9603212484928 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 21 Nov 2022 22:30:53 +0900 Subject: [PATCH] Bump to version 4.7.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 10e4c237fd..328fe9f7f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "4.7.0", + "version": "4.7.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": "131", - "appVersion": "4.7.0" + "buildVersion": "132", + "appVersion": "4.7.1" }, "main": "./dist/electron/main.js", "scripts": {