From 98f4c01447e8a671b1a37b011ae66430e827a1a4 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 13 May 2020 13:33:33 -0400 Subject: [PATCH] update plugin to 1.3 --- README.md | 8 ++++++-- plugin.json | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8739658..730d784 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# Snippet UI Plugin (v1.1a) +# Snippet UI Plugin (v1.3) Author: **Vector 35 Inc** + _Example UI plugin demonstrating how to create a snippet manager that allows for quick one-liners to be bound to hotkeys._ + ## Description: + The snippet editor started as a simple example UI plugin to demonstrate new features available to UI plugins. It has turned into a functionally useful plugin in its own right. The snippet editor allows you to write small bits of code that might not be big enough to warrant the effort of a full plugin but are longer enough that you don't want to retype them every time in the python-console! As an added bonus, all snippets are added to the snippets menu and hot-keys can be associated with them as they make use of the action system. All action-system items are also available through the command-palette (CTL/CMD-p). @@ -24,11 +27,12 @@ no special instructions, package manager is recommended ### Windows no special instructions, package manager is recommended + ## Minimum Version This plugin requires the following minimum version of Binary Ninja: - * 1401 +* 1528 diff --git a/plugin.json b/plugin.json index 262dbac..87c6e43 100644 --- a/plugin.json +++ b/plugin.json @@ -17,7 +17,7 @@ }, "dependencies": { }, - "version": "v1.2", + "version": "1.3", "author": "Vector 35 Inc", - "minimumbinaryninjaversion": 1401 + "minimumbinaryninjaversion": 1528 }