From 90ab4caf9104585cd35528b0dae673f72c4e7389 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 12 Apr 2024 13:08:45 -0400 Subject: [PATCH] fix current_variable and add current_il_instructions --- README.md | 2 +- plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0d1110..437c913 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Snippet UI Plugin (v1.24) +# Snippet UI Plugin (v1.25) Author: **Vector 35 Inc** _Powerful code-editing plugin for writing and managing python code-snippets with syntax highlighting, hotkey binding and other features_ diff --git a/plugin.json b/plugin.json index 10dd9f3..3f40a0f 100644 --- a/plugin.json +++ b/plugin.json @@ -29,7 +29,7 @@ "pygments>=2.7.0,<2.9.0" ] }, - "version": "1.24", + "version": "1.25", "author": "Vector 35 Inc", "minimumbinaryninjaversion": 1528 } \ No newline at end of file