mirror of
https://github.com/dwolfe884/obsidian-x86-flow-graph.git
synced 2026-07-22 07:30:26 +00:00
Updated versioning info
This commit is contained in:
parent
cbb95f779b
commit
487efeaf31
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "x86-flow-graphing",
|
||||
"name": "x86 Assembly Flow Graphing",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "1.1.0",
|
||||
"description": "An Obsidian plugin for converting x86 code blocks into flow graphs",
|
||||
"author": "icebear",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.1": "1.1.0",
|
||||
"1.0.0": "1.1.0"
|
||||
}
|
||||
Loading…
Reference in a new issue