From a999e9b19631a7d9f726284e100cbbb2e79cd5e9 Mon Sep 17 00:00:00 2001 From: "D. Turco" Date: Fri, 19 Jan 2024 20:12:49 -0700 Subject: [PATCH] updated version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcbfa9d..f5ef2d2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "DanTurco", "displayName": "PullToInterfacor", "description": "A Visual Studio Code Extension to include the ability to **Pull** methods and properties to inherited interfaces and base classes. This is targeted to C# development and is meant as a supplemental extension to C# Dev Kit. This extension supports pulling public properties and methods to interfaces, and public and protected methods to base classes.", - "version": "1.0.0", + "version": "1.0.1", "engines": { "vscode": "^1.85.0" },