1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-20 12:49:04 +01:00

Bump to version 2.4.4

This commit is contained in:
AkiraFukushima 2018-10-31 19:58:20 +09:00
parent 4296b6c8a6
commit d81f0acffa
2 changed files with 10 additions and 11 deletions

15
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "Whalebird", "name": "Whalebird",
"version": "2.4.3", "version": "2.4.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -16211,13 +16211,8 @@
"resolved": "https://registry.npmjs.org/system-font-families/-/system-font-families-0.4.1.tgz", "resolved": "https://registry.npmjs.org/system-font-families/-/system-font-families-0.4.1.tgz",
"integrity": "sha512-XQK5qAYsbEI6SkCEwezRDsPV44T2G4NNQ/xcx7D/8XM3S+rqYlNxsGcLT7vO6vdT4hc/mlRef7S6+KGIetTwdg==", "integrity": "sha512-XQK5qAYsbEI6SkCEwezRDsPV44T2G4NNQ/xcx7D/8XM3S+rqYlNxsGcLT7vO6vdT4hc/mlRef7S6+KGIetTwdg==",
"requires": { "requires": {
"babel-polyfill": "^6.23.0" "babel-polyfill": "^6.23.0",
}, "ttfinfo": "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c"
"dependencies": {
"ttfinfo": {
"version": "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c",
"from": "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c"
}
} }
}, },
"table": { "table": {
@ -16653,6 +16648,10 @@
"integrity": "sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ==", "integrity": "sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ==",
"dev": true "dev": true
}, },
"ttfinfo": {
"version": "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c",
"from": "git+https://github.com/rBurgett/ttfinfo.git"
},
"tty-browserify": { "tty-browserify": {
"version": "0.0.0", "version": "0.0.0",
"resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",

View File

@ -1,6 +1,6 @@
{ {
"name": "Whalebird", "name": "Whalebird",
"version": "2.4.3", "version": "2.4.4",
"author": "AkiraFukushima <h3.poteto@gmail.com>", "author": "AkiraFukushima <h3.poteto@gmail.com>",
"description": "An Electron based Mastodon client for Windows, Mac and Linux", "description": "An Electron based Mastodon client for Windows, Mac and Linux",
"license": "MIT", "license": "MIT",
@ -15,8 +15,8 @@
"url": "https://github.com/h3poteto/whalebird-desktop.git" "url": "https://github.com/h3poteto/whalebird-desktop.git"
}, },
"config": { "config": {
"buildVersion": "56", "buildVersion": "57",
"appVersion": "2.4.3" "appVersion": "2.4.4"
}, },
"main": "./dist/electron/main.js", "main": "./dist/electron/main.js",
"scripts": { "scripts": {