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