From 5b04d3358a8d7358efd427d055c63bdeb526cad6 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Thu, 16 Jun 2022 01:14:23 +0900 Subject: [PATCH] Bump to version 4.6.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c90609a4..20fccd66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "4.6.0", + "version": "4.6.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": "125", - "appVersion": "4.6.0" + "buildVersion": "126", + "appVersion": "4.6.1" }, "main": "./dist/electron/main.js", "scripts": {