Skip to content

Commit

Permalink
Merge pull request #21 from AlwinEsch/Matrix-change
Browse files Browse the repository at this point in the history
[Matrix] increase version to 3.3.0 (API related)
  • Loading branch information
AlwinEsch committed Sep 16, 2020
2 parents 5e88b89 + 9ba78ec commit 144d32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -33,8 +33,7 @@ matrix:
before_install:
- if [[ $DEBIAN_BUILD == true ]]; then sudo add-apt-repository -y ppa:team-xbmc/xbmc-nightly; fi
- if [[ $DEBIAN_BUILD == true ]]; then sudo apt-get install fakeroot; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libgl1-mesa-dev; fi
- if [[ $DEBIAN_BUILD != true ]] && [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y libgl1-mesa-dev; fi

#
# The addon source is automatically checked out in $TRAVIS_BUILD_DIR,
Expand Down
2 changes: 1 addition & 1 deletion screensaver.pyro/addon.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="screensaver.pyro"
version="3.2.0"
version="3.3.0"
name="Pyro"
provider-name="Team Kodi">
<requires>@ADDON_DEPENDS@</requires>
Expand Down

0 comments on commit 144d32e

Please sign in to comment.