From 40e8af55f2a1403ef9d3a35ace6aeed1e57f36a9 Mon Sep 17 00:00:00 2001 From: mattmaniak <72657016+mattmaniak@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:16:58 +0200 Subject: [PATCH] 1.1.1 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 17aaad2..a465fa8 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,12 @@ "name": "inkpot-gc-vsc", "displayName": "Inkpot GC VSC", "description": "Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code.", - "version": "1.1.0", + "version": "1.1.1", "engines": { "vscode": "^1.86.0" }, - "homepage": "https://github.com/mattmaniak/inkpot-gc-vsc", "repository": { + "homepage": "https://github.com/mattmaniak/inkpot-gc-vsc", + "repository": { "type": "git", "url": "https://github.com/mattmaniak/inkpot-gc-vsc" },