diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecc2d7..cfb4d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "MiscPack" 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 c54ad90..10dad83 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "license": "LICENSE", "displayName": "MiscPack by END PLAY", "description": "Extension Pack with miscellaneous 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/VSCodeMisc" + "url": "https://git.end-play.xyz/endplaystudioVSCodeMisc" }, "engines": { "vscode": "^1.46.0"