diff --git a/BepInEx/manifest.json b/BepInEx/manifest.json index 5c07629..64e239d 100644 --- a/BepInEx/manifest.json +++ b/BepInEx/manifest.json @@ -1,6 +1,6 @@ { "name": "Line_Tool_Lite", - "version_number": "1.0.1", + "version_number": "1.0.2", "website_url": "https://github.com/algernon-A/LineToolLite", "description": "Place objects in lines, curves, or circles", "dependencies": [ diff --git a/Changelog.txt b/Changelog.txt index a415905..b3bdd19 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,5 @@ -- Rework UI JavaScript to survive UI regeneration (thanks to Captain of Coit). +1.0.2 +- Rework UI JavaScript to survive UI regeneration and enable compatibility with HookUI (thanks to Captain of Coit). - Remove JavaScript globals. 1.0.1: diff --git a/LineToolLite.csproj b/LineToolLite.csproj index e0da651..befd706 100644 --- a/LineToolLite.csproj +++ b/LineToolLite.csproj @@ -6,7 +6,7 @@ algernon Copyright © 2023 algernon (github.com/algernon-A). All rights reserved. $(Title) - 1.0.1 + 1.0.2 9.0 True