Skip to content

Commit 4527d93

Browse files
Merge pull request #3 from DucPhamNgoc08/fix/publisher-id-casing
fix: normalize publisher ID to lowercase
2 parents 1884926 + f6ed84a commit 4527d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "codevisualizer",
33
"displayName": "CodeVisualizer",
4-
"version": "1.0.3",
5-
"publisher": "DucPhamNgoc",
4+
"version": "1.0.5",
5+
"publisher": "ducphamngoc",
66
"description": "Real-time interactive flowcharts for your code with AI-powered insights",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)