Skip to content

Commit a23bfea

Browse files
committed
Correct minimum required version
1 parent e021c43 commit a23bfea

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# Snippet UI Plugin (v1.0 alpha)
2+
23
Author: **Vector 35 Inc**
4+
35
_Example UI plugin demonstrating how to create a snippet manager that allows for quick one-liners to be bound to hotkeys._
6+
47
## Description:
8+
59
This plugin is dual purpose -- first, it demonstrates the new UI plugin interface available for third-party plugins, and secondly it implements the often-requested functionality of adding a snippet editor. This is particularly useful for binding commonly used snippets of python code from the ScriptingConsole to a hotkey to be able to trigger them more easily.
10+
611
## Minimum Version
712

813
This plugin requires the following minimum version of Binary Ninja:
914

1015
* release - 1401
1116
* dev - 1.2.0
1217

13-
1418
## Required Dependencies
1519

1620
The following dependencies are required for this plugin:
1721

18-
19-
2022
## License
2123
This plugin is released under a [MIT](LICENSE) license.
2224

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
},
2020
"version": "1.0",
2121
"author": "Vector 35 Inc",
22-
"minimumbinaryninjaversion": 1200
22+
"minimumbinaryninjaversion": 1401
2323
}

0 commit comments

Comments
 (0)