1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-22 13:40:13 +01:00

Bump to version 4.7.3

This commit is contained in:
AkiraFukushima 2022-12-18 13:26:08 +09:00
parent 28a5fbb94c
commit 95d743fd05
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957

View File

@ -1,6 +1,6 @@
{ {
"name": "Whalebird", "name": "Whalebird",
"version": "4.7.2", "version": "4.7.3",
"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": "133", "buildVersion": "134",
"appVersion": "4.7.2" "appVersion": "4.7.3"
}, },
"main": "./dist/electron/main.js", "main": "./dist/electron/main.js",
"scripts": { "scripts": {