1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-05 11:48:08 +01:00

Bump to version 2.7.1

This commit is contained in:
AkiraFukushima 2019-04-23 23:02:25 +09:00
parent 6f9dde5aba
commit b3df9a3997
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "2.7.0",
"version": "2.7.1",
"author": "AkiraFukushima <h3.poteto@gmail.com>",
"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": "66",
"appVersion": "2.7.0"
"buildVersion": "67",
"appVersion": "2.7.1"
},
"main": "./dist/electron/main.js",
"scripts": {