Skip to content

Commit

Permalink
Prepare for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehntoo committed Dec 30, 2021
1 parent 4c8b267 commit 52f1b32
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"pluginmetadataversion": 2,
"name": "SVD Memory Map Parser",
"type": ["helper" ],
"api": ["python2", "python3"],
"api": ["python3"],
"description": "A parser for the CMSIS System View Description format",
"longdescription": "This plugin augments a binary view with new types and memory regions representing the peripherals of an ARM CMSIS-SVD file.",
"license": {
Expand All @@ -11,14 +11,9 @@

},
"platforms": ["Windows", "Linux", "Darwin"],
"installinstructions" : {
"Windows":"Install the 'requests' pip package.",
"Linux":"Install the 'requests' pip package.",
"Darwin":"Install the 'requests' pip package."
},
"dependencies": {
},
"version": "2.0.0",
"version": "3.0.0",
"author": "Mitchell Johnson (@ehntoo)",
"minimumbinaryninjaversion": 0
}

0 comments on commit 52f1b32

Please sign in to comment.