From 41675f1e13bccf2892a29504359b706ef627046b Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 5 Mar 2024 14:14:44 -0500 Subject: [PATCH] fix 1.2.3 error when function is unavailable --- README.md | 2 +- plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58cf185..f0d1110 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Snippet UI Plugin (v1.23) +# Snippet UI Plugin (v1.24) 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 197e845..10dd9f3 100644 --- a/plugin.json +++ b/plugin.json @@ -29,7 +29,7 @@ "pygments>=2.7.0,<2.9.0" ] }, - "version": "1.23", + "version": "1.24", "author": "Vector 35 Inc", "minimumbinaryninjaversion": 1528 } \ No newline at end of file