From 7cbe1b98da6796422369d0b6ab40520c30f2c346 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 17 May 2020 16:37:45 +0900 Subject: [PATCH] Bump to version 4.1.1 --- package-lock.json | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ddfccac..d631de01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3b04fef3..520f7db5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "4.1.0", + "version": "4.1.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": "93", - "appVersion": "4.1.0" + "buildVersion": "94", + "appVersion": "4.1.1" }, "main": "./dist/electron/main.js", "scripts": {