Skip to content

Commit

Permalink
fix bugs when clicking COPY button multi times in a short period of t…
Browse files Browse the repository at this point in the history
…ime.
  • Loading branch information
Jeric-X committed Apr 17, 2021
1 parent bb81585 commit bf4e087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.3.2
- fix bugs when clicking COPY button multi times in a short period of time.

v1.3.1
- fix bug: `config won't effect until next startup`

Expand Down
2 changes: 1 addition & 1 deletion SyncClipboard/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace SyncClipboard
{
class UpdateChecker
{
public const string Version = "1.3.1";
public const string Version = "1.3.2";
public const int VersionPartNumber = 3;
public const string UpdateUrl = "https://api.github.com/repos/Jeric-X/SyncClipboard/releases/latest";
public const string ReleaseUrl = "https://github.com/Jeric-X/SyncClipboard/releases/latest";
Expand Down

0 comments on commit bf4e087

Please sign in to comment.