Skip to content

Commit

Permalink
v0.3.5 commit
Browse files Browse the repository at this point in the history
- Added contributor @sobaarcier
- Incremented patch number
- Updated debug and release distribution .exe's
  • Loading branch information
bkeiren committed Dec 13, 2017
1 parent 8876c9e commit 1f93f55
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions EasyImgur/Contributors.cs
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions EasyImgur/Properties/AssemblyInfo.cs
Expand Up @@ -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")]
Binary file modified dist/Debug/EasyImgur.exe
Binary file not shown.
Binary file modified dist/Release/EasyImgur.exe
Binary file not shown.

0 comments on commit 1f93f55

Please sign in to comment.