From 4ae8dd273831626b069fbb573ff433c565427be4 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Mon, 22 Nov 2021 17:21:46 -0500 Subject: [PATCH] Bump minimum Python version to something sanely recent --- README.md | 2 +- plugin.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 463e35e..8ce0de0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Note that originally we recommended specifying the contents of this entire file This plugin requires the following minimum version of Binary Ninja: - * 1200 + * 3000 ## License diff --git a/plugin.json b/plugin.json index be1bd05..d2690be 100644 --- a/plugin.json +++ b/plugin.json @@ -9,7 +9,6 @@ "helper" ], "api": [ - "python2", "python3" ], "description": "This is a short description meant to fit on one line.", @@ -46,7 +45,7 @@ "The sample plugin requires [this random package](https://bogus-domain/this-package/) be installed." ] }, - "version": "1.3.4", + "version": "1.3.5", "author": "Vector 35 Inc", - "minimumbinaryninjaversion": 1200 + "minimumbinaryninjaversion": 3000 }