Skip to content

Commit f53decc

Browse files
committed
specify version according to SemVer required by Plugin Marketplace
1 parent d82e20b commit f53decc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "sample",
3-
"version": "0.1",
3+
"version": "0.0.1",
44
"meta": {
55
"readableName": "Sample plugin",
66
"description": "This plugin is a sample of Remote Development integration into JetBrains Toolbox App",
@@ -12,8 +12,8 @@
1212
"end": { "hex": "#6b57ff", "opacity": 0.6 }
1313
}
1414
},
15-
"apiVersion": "0.1",
15+
"apiVersion": "0.1.0",
1616
"compatibleVersionRange": {
17-
"from": "2.1"
17+
"from": "2.1.0"
1818
}
1919
}

0 commit comments

Comments
 (0)