Skip to content

Commit

Permalink
knewc v2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
emveepee committed Feb 10, 2022
1 parent 629c550 commit 2f0bee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.kodi.knewc" name="NextPVR New Client" version="2.9.5~rc4" provider-name="emveepee">
<addon id="script.kodi.knewc" name="NextPVR New Client" version="2.9.5" provider-name="emveepee">
<requires>
<!--import addon="xbmc.python" version="2.1.0"/-->
<import addon="script.module.future" version="0.16.0.4"/>
Expand Down
4 changes: 2 additions & 2 deletions resources/src/XNEWAGlobals.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@

# Script doc constants
__scriptname__ = "knewc"
__version__ = '2.9.5~rc4'
__version__ = '2.9.5'
__author__ = 'emveepee'
__original_author__ = 'Ton van der Poel'
__date__ = '2021-01-28'
__date__ = '2021-02-10'

XBMC_DIALOG_BUSY_OPEN = "ActivateWindow(busydialognocancel)"
XBMC_DIALOG_BUSY_CLOSE = "Dialog.Close(busydialognocancel)"
Expand Down

0 comments on commit 2f0bee7

Please sign in to comment.