From 43a30030680b50b4adad65f93af8cb60540448a4 Mon Sep 17 00:00:00 2001 From: Kem Tekinay Date: Fri, 3 Jul 2020 17:17:18 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 933dd3d..8b4e742 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ Add a translation for each, then submit a pull request as outlined above. ## Release Notes -2.1 (__) +2.1 (July 3, 2020) * **KajuUpdateWindow**: Changed `hsSocket` to a `URLConnection` object. * **UpdateChecker**: Added `ExecuteAsync` that will check for updates asynchronously using `URLConnection` and `LastError` for HTTP errors that occur when using that method.