diff --git a/changelog b/changelog index 1492b68..d21f1c0 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +Version 0.3.2.2 +- Fix mapping without wildcard during config conversion + Version 0.3.2.1 - Fix browse button exception when using remote clients diff --git a/setup.py b/setup.py index c34e1bb..1881c7d 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ __plugin_name__ = "LabelPlus" __author__ = "Ratanak Lun" __author_email__ = "ratanakvlun@gmail.com" -__version__ = "0.3.2.1" +__version__ = "0.3.2.2" __url__ = "http://github.com/ratanakvlun" __license__ = "GPLv3" __description__ = "Assign labels to torrents"