Upgrade to 0.5.8 (#174)

This commit is contained in:
Chidi Williams 2022-11-15 08:09:18 +00:00 committed by GitHub
parent 54c0841819
commit 1869c71c9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1 +1 @@
VERSION = "0.5.7"
VERSION = "0.5.8"

View file

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