Skip to content

Commit

Permalink
Merge branch 'release-0.2.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisNT committed Aug 5, 2022
2 parents 16a2a0e + d7c0c21 commit a4e0a80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ Project resources
Changelog
=========

v0.2.0
----------------------------------------

- Added second extension (mopidy_waitfortimesync).
- Minor improvements.

v0.1.1
----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_waitforinternet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import requests

__version__ = '0.1.1'
__version__ = '0.2.0'

check_urls = [
'https://cloudflare-dns.com/dns-query?dns=AAABAAABAAAAAAAACmNsb3VkZmxhcmUDY29tAAABAAE',
Expand Down

0 comments on commit a4e0a80

Please sign in to comment.