From 746f5b60284f29eddaddcbcc0f5c00a8596eeb94 Mon Sep 17 00:00:00 2001 From: Sean McQuaid Date: Tue, 7 Feb 2023 13:05:10 -0800 Subject: [PATCH] 1.4.14 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c009a45..1018afd 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,11 @@ "theme": "dark" }, "scripts": { - "pub": "npm version patch --force && vsce publish patch" + "pub": "npm version patch --force && vsce publish" }, "displayName": "Schwifty One Dark", "description": "Schwifty One Dark, a simple VS Code theme based on Atom One Dark Theme. The colors are a bit different and this theme gives you bit more (bracket matching colors, terminal syntax highlighting, italics, etc...). I have also added the original Atom One Dark theme with all of these additions. Get schwifty!", - "version": "1.4.13", + "version": "1.4.14", "engines": { "vscode": "^1.48.0" },