bump version to 0.0.2 and update default branch to master

This commit is contained in:
2025-12-17 10:43:31 +08:00
parent 1c945795bf
commit 0f8143e881

View File

@@ -2,7 +2,8 @@
"name": "wizgit-in-vscode", "name": "wizgit-in-vscode",
"displayName": "WizGIT in VS Code", "displayName": "WizGIT in VS Code",
"description": "A VS Code extension to interact with WizGIT API for repository management.", "description": "A VS Code extension to interact with WizGIT API for repository management.",
"version": "0.0.1", "version": "0.0.2",
"publisher": "TerenceCarrera",
"engines": { "engines": {
"vscode": "^1.74.0" "vscode": "^1.74.0"
}, },
@@ -21,10 +22,7 @@
{ {
"id": "wizgit", "id": "wizgit",
"title": "WizGIT", "title": "WizGIT",
"icon": { "icon": "./resources/wizgit-logo.svg"
"light": "./resources/wizgit-logo.svg",
"dark": "./resources/wizgit-logo-dark.svg"
}
} }
] ]
}, },
@@ -181,7 +179,7 @@
"wizgit.defaultBranch": { "wizgit.defaultBranch": {
"type": "string", "type": "string",
"description": "Default branch name for new repositories", "description": "Default branch name for new repositories",
"default": "main" "default": "master"
} }
} }
} }