Skip to content

Commit 1fbb846

Browse files
committed
feat: v1.1
1 parent 8f5eac4 commit 1fbb846

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

plugin.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"pluginmetadataversion": 2,
3-
"name": "BN TypeLib Exporter",
3+
"name": "TypeLib Exporter",
44
"type": [
55
"ui",
66
"binaryview",
@@ -19,7 +19,18 @@
1919
"Linux",
2020
"Windows"
2121
],
22-
"version": "1.0.0",
22+
"installinstructions": {
23+
"Darwin": "",
24+
"Linux": "",
25+
"Windows": ""
26+
},
27+
"dependencies": {
28+
"pip": [],
29+
"apt": [],
30+
"installers": [],
31+
"other": []
32+
},
33+
"version": "1.1.0",
2334
"author": "Scott Lagler",
2435
"minimumbinaryninjaversion": 3469
2536
}

0 commit comments

Comments
 (0)