Bump to version 4.5.0

This commit is contained in:
AkiraFukushima 2022-01-04 14:53:59 +09:00
parent 71bf3c437e
commit 244e5ac99c
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
2 changed files with 2 additions and 4 deletions

View File

@ -87,8 +87,6 @@ jobs:
name: Release for MacOS
runs-on: macos-11
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2

View File

@ -1,6 +1,6 @@
{
"name": "Whalebird",
"version": "4.5.0-beta.2",
"version": "4.5.0",
"author": "AkiraFukushima <h3.poteto@gmail.com>",
"description": "An Electron based Mastodon client for Windows, Mac and Linux",
"license": "MIT",
@ -16,7 +16,7 @@
},
"config": {
"buildVersion": "115",
"appVersion": "4.5.0-beta.2"
"appVersion": "4.5.0"
},
"main": "./dist/electron/main.js",
"scripts": {