Skip to content

Commit

Permalink
Merge pull request #17 from happylemon233/feature/add_icon
Browse files Browse the repository at this point in the history
add icon for the BugIt
  • Loading branch information
dodosophia authored Jun 29, 2021
2 parents 0c9ebab + cd6aa0e commit 0678f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lyrebird_bugit/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
manifest(
id='bugit',
name='BugIt',
icon='mdi-bug-outline',
api=[
('/api/template', apis.template, ['GET', 'POST']),
('/api/device', apis.device, ['GET']),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lyrebird-bugit',
version='1.6.3',
version='1.6.4',
packages=['lyrebird_bugit'],
url='https://github.com/Meituan-Dianping/lyrebird-bugit',
author='HBQA',
Expand Down

0 comments on commit 0678f9e

Please sign in to comment.