From 0d07147c6d7210baada61aebb365df85307db215 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Wed, 3 Jan 2024 09:30:23 -0800 Subject: [PATCH] Bump version to v2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7c6eda8..fcf82535 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Cadence", "publisher": "onflow", "description": "This extension integrates Cadence, the resource-oriented smart contract programming language of Flow, into Visual Studio Code.", - "version": "2.1.1", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/onflow/vscode-cadence.git"