From b3c2d791469f786f8c76af9b3ee525079db2dcd0 Mon Sep 17 00:00:00 2001 From: LeonardSSH Date: Thu, 3 Feb 2022 23:04:27 +0200 Subject: [PATCH] chore: bump patch version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b881453..72ef5780 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscord", "displayName": "Discord Rich Presence", - "version": "4.4.0", + "version": "4.4.1", "description": "Fully customizable VS Code extension to get Discord Rich Presence integration", "main": "dist/extension.js", "private": true,