Upgrade to 0.8.4 (#579)

This commit is contained in:
Chidi Williams 2023-08-20 11:40:38 +01:00 committed by GitHub
parent 9376ea9b36
commit 0da553a827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ app = BUNDLE(
name='Buzz.app',
icon='./assets/buzz.icns',
bundle_identifier='com.chidiwilliams.buzz',
version='0.8.3',
version='0.8.4',
info_plist={
'NSPrincipalClass': 'NSApplication',
'NSHighResolutionCapable': 'True',

View file

@ -1 +1 @@
VERSION = "0.8.3"
VERSION = "0.8.4"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "buzz"
version = "0.8.3"
version = "0.8.4"
description = ""
authors = ["Chidi Williams <williamschidi1@gmail.com>"]
license = "MIT"