From 130636ae51c1cacc901e72f63941cbe904087cb6 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 30 Aug 2024 01:07:59 -0400 Subject: [PATCH] bugfix for #56 --- README.md | 2 +- plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec7e053..76fc3d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Snippet UI Plugin (v1.27) +# Snippet UI Plugin (v1.28) 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 d3cbadf..4029408 100644 --- a/plugin.json +++ b/plugin.json @@ -29,7 +29,7 @@ "pygments>=2.7.0,<2.9.0" ] }, - "version": "1.27", + "version": "1.28", "author": "Vector 35 Inc", "minimumbinaryninjaversion": 1528 } \ No newline at end of file