From f97815d954fa2f5efb3f8d2c097615144287d946 Mon Sep 17 00:00:00 2001 From: Denis Golovin Date: Mon, 22 Apr 2024 18:35:13 -0700 Subject: [PATCH] Update extension version to 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a01fac5b..7bcad8b0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "redhat-authentication", "displayName": "Red Hat Authentication", "description": "Login to Red Hat Developers", - "version": "0.0.2", + "version": "1.0.0", "icon": "icon.png", "publisher": "redhat", "license": "Apache-2.0",