From a2e3cd60ed5665b6fe9c618091b6772440953c6c Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Wed, 19 Jul 2023 10:27:50 +0300 Subject: [PATCH] bump version to v0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a4825f..c56dcd0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitcheck", "displayName": "Git User Check", "description": "Checking the user's compliance with the repository", - "version": "0.2.1", + "version": "0.2.2", "preview": false, "engines": { "vscode": "^1.62.0"