From caa97eb831d00b216d46915e38c292ceeaad63bb Mon Sep 17 00:00:00 2001 From: nanachi <102416174+Swarkin@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:16:20 +0200 Subject: [PATCH] Push Version to 2.1.0 --- addons/awaitable_http_request/plugin.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/awaitable_http_request/plugin.cfg b/addons/awaitable_http_request/plugin.cfg index 8357c2e..c070aae 100644 --- a/addons/awaitable_http_request/plugin.cfg +++ b/addons/awaitable_http_request/plugin.cfg @@ -3,5 +3,5 @@ name="AwaitableHTTPRequest Node" description="This addon makes HTTP requests much more convenient to use by introducing the await-syntax and removing the need for signals." author="Swarkin" -version="2.0.0" +version="2.1.0" script="plugin.gd"