Version bump

This commit is contained in:
Matt
2021-03-02 20:57:55 -05:00
parent a5048b317d
commit 304ff1a42c
2 changed files with 9 additions and 4 deletions

3
.gitignore vendored
View File

@@ -220,3 +220,6 @@ pip-log.txt
#Mr Developer
.mr.developer.cfg
# Addon files
addon.xml

View File

@@ -1,8 +1,10 @@
version: '0.3.1'
version: '0.4.0'
changelog: |
- #37 - Don't urlencode auth json payload
- #39 - Fix clone skin function
- #40 - Show proper language names for external subs
- #44 - Stop doing string manipulations on translations
- #50 - Add support for Kodi Matrix
- #52 - Use future imports for all library files
- #53 - Add build script and set up pipeline
- #54 - Fix yesno dialogs in Kodi 19
dependencies:
py2:
- addon: 'xbmc.python'