From b6f4d000d1b9bbff18c20c41d9d0cd6238029acb Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Fri, 23 Nov 2018 18:31:46 +0900
Subject: [PATCH] Bump to version 2.5.3
---
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 07bedd6e..15c9aa89 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "2.5.2",
+ "version": "2.5.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index abb39a0b..18c775e5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "2.5.2",
+ "version": "2.5.3",
"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": "60",
- "appVersion": "2.5.2"
+ "buildVersion": "61",
+ "appVersion": "2.5.3"
},
"main": "./dist/electron/main.js",
"scripts": {