Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit dec30d0

Browse files
committed
vesion bump
1 parent 8b5a6e9 commit dec30d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [0.9.14] - 2020-08-08
9+
### Fixed
10+
- Fix watchflags not working. Kodi requires trailing "/".
11+
12+
813
## [0.9.13] - 2020-07-14
914
### Changed
1015
- Deprecate the use of class based callbacks.

script.module.codequick/addon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.module.codequick" name="CodeQuick" provider-name="willforde" version="0.9.13">
2+
<addon id="script.module.codequick" name="CodeQuick" provider-name="willforde" version="0.9.14">
33
<requires>
44
<import addon="xbmc.python" version="2.25.0"/>
55
<import addon="script.module.youtube.dl" version="18.0.0"/>

0 commit comments

Comments
 (0)