diff --git a/EasyImgur/Contributors.cs b/EasyImgur/Contributors.cs index 74aaa26..fc465d4 100644 --- a/EasyImgur/Contributors.cs +++ b/EasyImgur/Contributors.cs @@ -42,6 +42,12 @@ static Contributors() Alias = "cxcorp", Url = "https://github.com/cxcorp" }, + new Contributor + { + Name = "sobaarcier", + Alias = null, + Url = "https://github.com/sobaarcier" + }, // Add new contributor here new Contributor // Leave this for last at all times. diff --git a/EasyImgur/Properties/AssemblyInfo.cs b/EasyImgur/Properties/AssemblyInfo.cs index a6435cc..ce9f1ed 100644 --- a/EasyImgur/Properties/AssemblyInfo.cs +++ b/EasyImgur/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("0.3.4")] -[assembly: AssemblyFileVersion("0.3.4")] +[assembly: AssemblyVersion("0.3.5")] +[assembly: AssemblyFileVersion("0.3.5")] diff --git a/dist/Debug/EasyImgur.exe b/dist/Debug/EasyImgur.exe index d92eca9..6cb4b45 100644 Binary files a/dist/Debug/EasyImgur.exe and b/dist/Debug/EasyImgur.exe differ diff --git a/dist/Release/EasyImgur.exe b/dist/Release/EasyImgur.exe index 3c4a4ba..a6fd91f 100644 Binary files a/dist/Release/EasyImgur.exe and b/dist/Release/EasyImgur.exe differ