From abc8d61aad56b8aa441613ba786e068574c0fa96 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 27 Nov 2022 11:31:37 +0900 Subject: [PATCH] Bump to version 4.7.2 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fcee5218..b600f4c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "4.7.1", + "version": "4.7.2", "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": "132", - "appVersion": "4.7.1" + "buildVersion": "133", + "appVersion": "4.7.2" }, "main": "./dist/electron/main.js", "scripts": {