From 11f55027dc55e7191cecd1a6dd3acc08800f1838 Mon Sep 17 00:00:00 2001 From: ghorsington Date: Thu, 9 Jul 2020 23:26:43 +0300 Subject: [PATCH] Bump Doorstop to 3.0.2.1 --- README.md | 2 +- build.cake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac429f0c..882bca23 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Unity plugin framework **[User and developer guides](https://bepinex.github.io/bepinex_docs/master/articles/index.html)** ## Used libraries -- [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - 3.0.2.0 ([1367bda](https://github.com/NeighTools/UnityDoorstop/commit/1367bdae68353074972019f5b16c07335beb8d17)) +- [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - 3.0.2.1 ([a69e542](https://github.com/NeighTools/UnityDoorstop/commit/a69e54224b9c5fd175c830b98fcccb53658588e7)) - [NeighTools/UnityDoorstop.Unix](https://github.com/NeighTools/UnityDoorstop.Unix) - 1.2.0.0 ([94c882f](https://github.com/NeighTools/UnityDoorstop.Unix/commit/94c882f9c42b53685571b2d160ccf6e2e9492434)) - [BepInEx/HarmonyX](https://github.com/BepInEx/HarmonyX) - 2.0.3.1 ([188873c](https://github.com/BepInEx/HarmonyX/commit/188873c5206ffb1ffa751893d9fec229b8068d85)) - [MonoMod/MonoMod](https://github.com/MonoMod/MonoMod) - v20.05.21.05 ([5d8210d](https://github.com/MonoMod/MonoMod/commit/5d8210d35efb6e85b7b40f1ce040257012936a90)) diff --git a/build.cake b/build.cake index bce6ab4f..1719a14c 100644 --- a/build.cake +++ b/build.cake @@ -4,7 +4,7 @@ #addin nuget:?package=Cake.Json&version=4.0.0 #addin nuget:?package=Newtonsoft.Json&version=11.0.2 -const string DOORSTOP_VER_WIN = "3.0.2.0"; +const string DOORSTOP_VER_WIN = "3.0.2.1"; const string DOORSTOP_VER_NIX = "1.2.0.0"; const string DOORSTOP_DLL = "winhttp.dll";