From 5f2d13d618542d280b5793cea4ac21829d8c3aff Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Sat, 31 Mar 2018 20:23:49 +0900
Subject: [PATCH] Bump to version 0.2.3
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 77d165bc..45e7265e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "0.2.2",
+ "version": "0.2.3",
"author": "AkiraFukushima ",
"description": "A Electron based Mastodon client for Windows, Mac and Linux",
"license": "MIT",
@@ -9,8 +9,8 @@
"url": "https://github.com/h3poteto/whalebird-desktop.git"
},
"config": {
- "buildVersion": "1",
- "appVersion": "0.2.2"
+ "buildVersion": "2",
+ "appVersion": "0.2.3"
},
"main": "./dist/electron/main.js",
"scripts": {