From 4d0ba19ed2ff4e8e021d9045187188b54f8d3324 Mon Sep 17 00:00:00 2001 From: "caputo.marcos" Date: Sat, 8 Apr 2023 10:57:03 -0300 Subject: [PATCH] bumped to version 5.0.2 --- .release | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.release b/.release index 3116d19..57cb192 100644 --- a/.release +++ b/.release @@ -1,2 +1,2 @@ -release=5.0.1 -tag=5.0.1 +release=5.0.2 +tag=5.0.2 diff --git a/package.json b/package.json index 53ad2d5..d32d404 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-oauth2", - "version": "5.0.1", + "version": "5.0.2", "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": [],