We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82e20b commit f53deccCopy full SHA for f53decc
src/main/resources/extension.json
@@ -1,6 +1,6 @@
1
{
2
"id": "sample",
3
- "version": "0.1",
+ "version": "0.0.1",
4
"meta": {
5
"readableName": "Sample plugin",
6
"description": "This plugin is a sample of Remote Development integration into JetBrains Toolbox App",
@@ -12,8 +12,8 @@
12
"end": { "hex": "#6b57ff", "opacity": 0.6 }
13
}
14
},
15
- "apiVersion": "0.1",
+ "apiVersion": "0.1.0",
16
"compatibleVersionRange": {
17
- "from": "2.1"
+ "from": "2.1.0"
18
19
0 commit comments