From b23b9e7522ed898635e47f1d57da798a8c9af033 Mon Sep 17 00:00:00 2001 From: Matteo Tomasini Date: Fri, 8 Jan 2010 16:25:12 +0000 Subject: [PATCH] Updated version --- PluginPack/RssFeedDisplay.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluginPack/RssFeedDisplay.cs b/PluginPack/RssFeedDisplay.cs index 6d7ca0b..74b4351 100644 --- a/PluginPack/RssFeedDisplay.cs +++ b/PluginPack/RssFeedDisplay.cs @@ -18,7 +18,7 @@ namespace ScrewTurn.Wiki.Plugins.PluginPack { private IHostV30 _host; private string _config; private bool _enableLogging = true; - private static readonly ComponentInformation Info = new ComponentInformation("RSS Feed Display Plugin", "Threeplicate S.r.l.", "3.0.0.206", "http://www.screwturn.eu", "http://www.screwturn.eu/Version/PluginPack/RssFeedDisplay.txt"); + private static readonly ComponentInformation Info = new ComponentInformation("RSS Feed Display Plugin", "ScrewTurn Software", "3.0.1.453", "http://www.screwturn.eu", "http://www.screwturn.eu/Version/PluginPack/RssFeedDisplay.txt"); private static readonly Regex RssRegex = new Regex(@"{RSS:http://(.+?)}", RegexOptions.Compiled | RegexOptions.Singleline | RegexOptions.IgnoreCase | RegexOptions.CultureInvariant);