From 011f832909533e1a6ffd3dd5b0db6d61ba436c5e Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Sat, 6 Oct 2018 22:51:41 +0900
Subject: [PATCH] Bump to version 2.4.0
---
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 4c55016e..c9f484fd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "2.3.1",
+ "version": "2.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index eadcd8f4..166d968e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "2.3.1",
+ "version": "2.4.0",
"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": "49",
- "appVersion": "2.3.1"
+ "buildVersion": "45",
+ "appVersion": "2.4.0"
},
"main": "./dist/electron/main.js",
"scripts": {