From 3b03fe6a81d7394bd292c14a683065e872cd3d58 Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 23 May 2023 13:24:42 +0200 Subject: [PATCH] Changed repo link --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c307f..aefa697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "GoPack" extension pack will be documented in this file. +## v0.0.2 + +- Changed repo link + ## v0.0.1 - Initial commit diff --git a/package.json b/package.json index 23310d8..ebaeb61 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "license": "LICENSE", "displayName": "GoPack by END PLAY", "description": "Extension Pack for Go with addons END PLAY Studio uses.", - "version": "0.0.1", + "version": "0.0.2", "publisher": "ENDPLAYStudio", "repository": { "type": "git", - "url": "https://git.end-play.xyz/profitroll/VSCodeGo" + "url": "https://git.end-play.xyz/endplaystudio/VSCodeGo" }, "engines": { "vscode": "^1.46.0"