From aa17e957a88e70075c0feb1fd1d3e6b91169a7cf Mon Sep 17 00:00:00 2001 From: Deku <39616108+DekuDesu@users.noreply.github.com> Date: Thu, 19 Aug 2021 10:47:50 -0400 Subject: [PATCH] README update --- README.md | 11 +++++++---- manifest.json | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b1172d2..aa60a14 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ Adds a contemporary Minimap to the game. - Place MiniMapMod.dll into your BepInEx/plugins folder. ### How to Use -- Use M to hide or show the minimap. +- Use 'M' to hide or show the minimap. ### Config -No Config applicable a this time +No config applicable at this time ### Upcoming Changes None - Final Release @@ -34,9 +34,12 @@ https://www.autism.org/donate-autism-research-institute/ If you have an issue, discover a bug, or have a recommendation please file an issue on my github page. ### Change Log -Hotfix 2.0.1 +Hotfix 2.0.2 - Fixed critical bug duplicating icons on the minimap when using interactables +- Typo in change log + Final Release 2.0.0 -- Completely Re-Implemented minimap +- Completely Re-Implemented minimap + First Release 1.0.0 - Implemented MiniMap diff --git a/manifest.json b/manifest.json index d81e0a0..cb17bea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "name": "MiniMapMod", - "version_number": "2.0.1", + "version_number": "2.0.2", "website_url": "https://github.com/DekuDesu", - "description": "Adds a MiniMap to your game v2.0.1", + "description": "Adds a MiniMap to your game v2.0.2", "dependencies": [ "bbepis-BepInExPack-5.4.9", "RiskofThunder-HookGenPatcher-1.2.1"