mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Update to 0.8.0 (#430)
This commit is contained in:
parent
32af05da30
commit
da1b7b00a8
3 changed files with 3 additions and 3 deletions
|
|
@ -79,7 +79,7 @@ app = BUNDLE(
|
|||
name='Buzz.app',
|
||||
icon='./assets/buzz.icns',
|
||||
bundle_identifier='com.chidiwilliams.buzz',
|
||||
version='0.7.2',
|
||||
version='0.8.0',
|
||||
info_plist={
|
||||
'NSPrincipalClass': 'NSApplication',
|
||||
'NSHighResolutionCapable': 'True',
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
VERSION = "0.7.2"
|
||||
VERSION = "0.8.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "buzz"
|
||||
version = "0.7.2"
|
||||
version = "0.8.0"
|
||||
description = ""
|
||||
authors = ["Chidi Williams <williamschidi1@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue