Bump to version 0.2.3

This commit is contained in:
AkiraFukushima 2018-03-31 20:23:49 +09:00
parent 6189308ec6
commit 5f2d13d618
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "0.2.2",
"version": "0.2.3",
"author": "AkiraFukushima <h3.poteto@gmail.com>",
"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": {