From c1b286747f2a0104ac2da36e642e8482c58aa9bd Mon Sep 17 00:00:00 2001 From: Jody Heavener Date: Tue, 7 Jun 2022 08:07:18 -0300 Subject: [PATCH] Move back to minor version while in beta as Marketplace doesn't support beta suffix in version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 531622f..449630d 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "op-vscode", "displayName": "1Password", "description": "Connect VS Code to 1Password", - "version": "1.0.0-beta.3", + "version": "0.1.0", "license": "MIT", - "publisher": "1password", + "publisher": "1Password", "preview": true, "icon": "logo.png", "main": "./dist/extension.js",