Skip to content

Commit

Permalink
Feature/add icon (#55)
Browse files Browse the repository at this point in the history
* Add icon

* merge master and solve conflict
  • Loading branch information
yumiguan authored Jul 14, 2021
1 parent 4ea2ef4 commit 4e5bb9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lyrebird_ios/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

manifest(
id='ios',
icon='mdi-apple',
name='iOS',
api=[
# get devices
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-ios',
version='0.3.6',
version='0.3.7',
packages=['lyrebird_ios'],
url='https://github.com/meituan/lyrebird-ios',
author='HBQA',
Expand Down

0 comments on commit 4e5bb9d

Please sign in to comment.