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 43ebf8e commit 4ae8dd2Copy full SHA for 4ae8dd2
README.md
@@ -12,7 +12,7 @@ Note that originally we recommended specifying the contents of this entire file
12
13
This plugin requires the following minimum version of Binary Ninja:
14
15
- * 1200
+ * 3000
16
17
## License
18
plugin.json
@@ -9,7 +9,6 @@
9
"helper"
10
],
11
"api": [
- "python2",
"python3"
"description": "This is a short description meant to fit on one line.",
@@ -46,7 +45,7 @@
46
45
"The sample plugin requires [this random package](https://bogus-domain/this-package/) be installed."
47
]
48
},
49
- "version": "1.3.4",
+ "version": "1.3.5",
50
"author": "Vector 35 Inc",
51
- "minimumbinaryninjaversion": 1200
+ "minimumbinaryninjaversion": 3000
52
}
0 commit comments