Skip to content

Commit

Permalink
Upgrade to 0.8.4 (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Aug 20, 2023
1 parent 9376ea9 commit 0da553a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Buzz.spec
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion buzz/__version__.py
@@ -1 +1 @@
VERSION = "0.8.3"
VERSION = "0.8.4"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -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"
Expand Down

0 comments on commit 0da553a

Please sign in to comment.