diff --git a/.release b/.release index c4fcf2a..3116d19 100644 --- a/.release +++ b/.release @@ -1,2 +1,2 @@ -release=5.0.0 -tag=5.0.0 +release=5.0.1 +tag=5.0.1 diff --git a/package.json b/package.json index 72d1921..53ad2d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-oauth2", - "version": "5.0.0", + "version": "5.0.1", "description": "The node-red-contrib-oauth2 is a Node-RED node that provides an OAuth2 authentication flow. This node uses the OAuth2 protocol to obtain an access token, which can be used to make authenticated API requests.", "author": "Marcos Caputo ", "contributors": [],