diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4f090..dd70a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the "PSPack" extension pack will be documented in this file. +## v0.0.2 + +- Slightly updated icon +- Changed repo link + ## v0.0.1 - Initial commit diff --git a/icon.png b/icon.png index 1fe6fe3..8f8b6c8 100644 Binary files a/icon.png and b/icon.png differ diff --git a/package.json b/package.json index 853f162..c4b31a3 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "license": "LICENSE", "displayName": "PSPack by END PLAY", "description": "Extension Pack for Powershell 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/VSCodePowershell" + "url": "https://git.end-play.xyz/endplaystudio/VSCodePowershell" }, "engines": { "vscode": "^1.46.0"