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