Updated version info

This commit is contained in:
dwolfe884 2023-03-13 12:48:50 -05:00
parent 28542b3492
commit 93507f1f5c
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"id": "x86-flow-graphing",
"name": "x86 Assembly Flow Graphing",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.1.0",
"description": "An Obsidian plugin for converting x86 code blocks into flow graphs",
"author": "icebear",

View file

@ -1,4 +1,5 @@
{
"1.0.2": "1.1.0",
"1.0.1": "1.1.0",
"1.0.0": "1.1.0"
}