Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lekma committed Apr 2, 2020
1 parent 0abc911 commit 2007984
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.dlive"
name="DLive"
version="0.1.1"
version="0.1.2"
provider-name="lekma">
<requires>
<import addon="xbmc.python" version="2.26.0" />
Expand Down
2 changes: 1 addition & 1 deletion lib/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from inputstreamhelper import Helper

from .utils import parse_query, get_setting, get_subfolders, more_item
from .utils import localized_string, search_dialog, log
from .utils import localized_string, search_dialog
from .dlive.api import service
from .dlive.objects import Folders, Home

Expand Down
2 changes: 1 addition & 1 deletion lib/dlive/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import m3u8

from . import objects, _queries_
from ..utils import StreamQuality, notify, log
from ..utils import StreamQuality, notify


class GraphQLError(Warning):
Expand Down
2 changes: 1 addition & 1 deletion lib/dlive/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from six import string_types, iteritems, with_metaclass, raise_from

from .. import _folders_schema_, _home_folders_
from ..utils import ListItem, build_url, localized_string, log
from ..utils import ListItem, build_url, localized_string


# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 2007984

Please sign in to comment.