diff --git a/README.md b/README.md index c1dd72d..8384506 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,10 @@ You can access these settings through VS Code's Settings UI or by adding them to ## Release Notes -### 0.0.2 (Current) +### 0.0.3 (Current) +* Bump version to 0.0.3 + +### 0.0.2 Major feature expansion and UI improvements: * **New dedicated activity bar** with custom WizGIT sidebar diff --git a/package.json b/package.json index 80f4f50..6f6c3c5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wizgit-in-vscode", "displayName": "WizGIT in VS Code", "description": "A VS Code extension to interact with WizGIT API for repository management.", - "version": "0.0.2", + "version": "0.0.3", "publisher": "TerenceCarrera", "license": "MIT", "repository": {