From a34f9b091b31f4c49359e855537027c820a81a13 Mon Sep 17 00:00:00 2001 From: algernon-A Date: Sat, 2 Dec 2023 09:03:00 +1100 Subject: [PATCH] Version bump to 1.0.2 --- BepInEx/manifest.json | 2 +- Changelog.txt | 3 ++- LineToolLite.csproj | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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