Skip to content
This repository was archived by the owner on Dec 31, 2021. It is now read-only.

Commit 885a01b

Browse files
author
Brian Hornsby
committed
Updated version number and changelog.
Updated .gitignore.
1 parent 01168af commit 885a01b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
resources/*.pyc
22
resources/lib/*.pyc
33
*.pyc
4+
*.pyo

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.similartracks" name="Similar Tracks" version="2.0.1" provider-name="brianhornsby">
2+
<addon id="script.similartracks" name="Similar Tracks" version="3.0.0" provider-name="brianhornsby">
33
<requires>
44
<import addon="xbmc.python" version="2.1.0"/>
55
<import addon="script.module.simplejson" version="2.0.10"/>

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*** 3.0.0 ***
2+
Updated plugin to use Kodi name. Updated copyright date. [d9ac0ea]
3+
14
*** 2.0.1 ***
25
Fix for issue #1 where unicode character was causing script to raise an exception.
36

0 commit comments

Comments
 (0)