> addon: plugin.video.revision3
> version: 2.0.1
> url: git://github.com/stacked/plugin.video.revision3.git
> tag: v2.0.1
> xbmc version: eden-pre
>
>
>
> On 1/31/2012 12:16 AM, Arne Morten Kvarving wrote:
>
> addon: plugin.video.revision3
> version: 2.0.1
> url: git://github.com/stacked/plugin.video.revision3.git
> tag: v2.0.1
> xbmc version: eden-pre
>
> still using parsedom..
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Xbmc-addons mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
updated with a few changes. due to my (i think) screwup, our repos
were somewhat out of sync. please apply attached to your repo
spiff
diff --git a/addon.xml b/addon.xml
index f790de2..8d602aa 100644
--- a/addon.xml
+++ b/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.revision3"
name="Revision3"
- version="2.0.1"
+ version="2.0.2"
provider-name="stacked">
<requires>
<import addon="xbmc.python" version="2.0"/>
diff --git a/changelog.txt b/changelog.txt
index ae81adc..e0cab85 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,4 +1,4 @@
-[B]Version 2.0.1[/B]
+[B]Version 2.0.2[/B]
- Fixed error on start up
- Disabled Simple Downloader dependency until it's stable
diff --git a/default.py b/default.py
index 01e5a48..65ac2d1 100644
--- a/default.py
+++ b/default.py
@@ -5,7 +5,7 @@ plugin = 'Revision3'
__author__ = 'stacked <[email protected]>'
__url__ = 'http://code.google.com/p/plugin/'
__date__ = '02-01-2012'
-__version__ = '2.0.1'
+__version__ = '2.0.2'
settings = xbmcaddon.Addon(id='plugin.video.revision3')
dbg = False
dbglevel = 3
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons