Skip to content

Commit

Permalink
Prepare for v0.10.3 release (#21)
Browse files Browse the repository at this point in the history
Update README and addon.xml for release.
  • Loading branch information
dagwieers authored Aug 1, 2020
1 parent 74210d4 commit 4fabdf4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
id: kodi-addon-submitter
uses: xbmc/[email protected]
with:
kodi-repository: repo-plugins
kodi-repository: repo-scripts
kodi-version: krypton
addon-id: screensaver.turnoff
kodi-matrix: true
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ You can report issues at [our GitHub project](https://github.com/add-ons/screens


## Releases
### v0.10.3 (2020-08-01)
- Workflow changes for Matrix

### v0.10.2 (2019-11-21)
- Create separate entrypoint
- Improve stability
Expand Down
5 changes: 4 additions & 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="screensaver.turnoff" name="Turn Off" version="0.10.2" provider-name="dagwieers">
<addon id="screensaver.turnoff" name="Turn Off" version="0.10.3" provider-name="dagwieers">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
Expand All @@ -18,6 +18,9 @@ Next to managing your display, it can also manage your device power state, log y
<source>https://github.com/dagwieers/screensaver.turnoff</source>
<forum>https://forum.kodi.tv/showthread.php?tid=331076</forum>
<news>
v0.10.3 (2020-08-01)
- Workflow changes for Matrix

v0.10.2 (2019-11-21)
- Create separate entrypoint
- Improve stability
Expand Down

0 comments on commit 4fabdf4

Please sign in to comment.