diff --git a/Main.cs b/Main.cs index 3bd64c1..8ba7aee 100644 --- a/Main.cs +++ b/Main.cs @@ -18,12 +18,13 @@ public class Main : RocketPlugin protected override void Load() { - WebClient clt = new WebClient(); + //WebClient clt = new WebClient(); Instance = this; base.Load(); Logger.Log("[Plugin4U] SayAs Loaded!"); - string a = clt.DownloadString("http://Plugin4U.cf/SayAs_Version.txt"); - if(!(a == "1.0.0.0")) { Logger.LogWarning("Update! NEW VERSION : " + a); } + Logger.Log("Updated By DannyGaming1216!"); + //string a = clt.DownloadString("http://Plugin4U.cf/SayAs_Version.txt"); + //if(!(a == "1.0.0.0")) { Logger.LogWarning("Update! NEW VERSION : " + a); } } diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 5d70ac9..867a508 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.0.1")] +[assembly: AssemblyFileVersion("1.0.0.1")]