Skip to content

Commit

Permalink
update source on update
Browse files Browse the repository at this point in the history
- Fixes #455
  • Loading branch information
bitbeans committed Nov 17, 2019
1 parent 844b136 commit cfe84d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SimpleDnsCrypt/Helper/PatchHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static bool Patch()
DnscryptProxyConfigurationManager.DnscryptProxyConfiguration.netprobe_timeout = 60;
return DnscryptProxyConfigurationManager.SaveConfiguration();
}
if (version.Equals("0.6.8") || version.Equals("0.6.9"))
if (version.Equals("0.6.8") || version.Equals("0.6.9") || version.Equals("0.7.0"))
{
//changed: timeout = 5000
//added: reject_ttl = 600
Expand Down
4 changes: 2 additions & 2 deletions SimpleDnsCrypt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
ResourceDictionaryLocation.None,
ResourceDictionaryLocation.SourceAssembly
)]
[assembly: AssemblyVersion("0.6.9")]
[assembly: AssemblyFileVersion("0.6.9")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]

0 comments on commit cfe84d9

Please sign in to comment.