From 93507f1f5c62c433614e6f2e5b7365cbd7714e9a Mon Sep 17 00:00:00 2001 From: dwolfe884 Date: Mon, 13 Mar 2023 12:48:50 -0500 Subject: [PATCH] Updated version info --- manifest.json | 2 +- versions.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c96e849..02cec79 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/versions.json b/versions.json index 9dd7359..034a850 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.0.2": "1.1.0", "1.0.1": "1.1.0", "1.0.0": "1.1.0" } \ No newline at end of file