diff --git a/GhostXML.indigoPlugin/Contents/Info.plist b/GhostXML.indigoPlugin/Contents/Info.plist index f9b0548..16332c9 100755 --- a/GhostXML.indigoPlugin/Contents/Info.plist +++ b/GhostXML.indigoPlugin/Contents/Info.plist @@ -3,7 +3,7 @@ PluginVersion - 0.5.11 + 0.5.12 ServerApiVersion 2.0 IwsApiVersion diff --git a/GhostXML.indigoPlugin/Contents/Server Plugin/plugin.py b/GhostXML.indigoPlugin/Contents/Server Plugin/plugin.py index 583712f..122f56d 100644 --- a/GhostXML.indigoPlugin/Contents/Server Plugin/plugin.py +++ b/GhostXML.indigoPlugin/Contents/Server Plugin/plugin.py @@ -41,7 +41,7 @@ __copyright__ = u"There is no copyright for the GhostXML code base." __license__ = u"MIT" __title__ = u"GhostXML Plugin for Indigo Home Control" -__version__ = u"0.5.11" +__version__ = u"0.5.12" # Establish default plugin prefs; create them if they don't already exist. kDefaultPluginPrefs = { diff --git a/_changelog.txt b/_changelog.txt index 045acdf..05629f5 100644 --- a/_changelog.txt +++ b/_changelog.txt @@ -1,5 +1,8 @@ GhostXML Change Log +v0.5.12 +- Sync + v0.5.11 - Removes code marked for deletion. Refer to v0.5.10 if any needs to be restored.