Bump to version 4.6.0-rc.1

This commit is contained in:
AkiraFukushima 2022-05-16 22:04:39 +09:00
parent 7c94152764
commit b4eea794c6
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "4.6.0-beta.3",
"version": "4.6.0-rc.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": "123",
"appVersion": "4.6.0-beta.3"
"buildVersion": "124",
"appVersion": "4.6.0-rc.1"
},
"main": "./dist/electron/main.js",
"scripts": {