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"