Skip to content

Commit

Permalink
Bump minimum Python version to something sanely recent
Browse files Browse the repository at this point in the history
  • Loading branch information
ElykDeer committed Nov 22, 2021
1 parent 43ebf8e commit 4ae8dd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"helper"
],
"api": [
"python2",
"python3"
],
"description": "This is a short description meant to fit on one line.",
Expand Down Expand Up @@ -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
}

0 comments on commit 4ae8dd2

Please sign in to comment.