diff --git a/Assemblies/Pharmacist.dll b/Assemblies/Pharmacist.dll index fd361ce..f891123 100644 Binary files a/Assemblies/Pharmacist.dll and b/Assemblies/Pharmacist.dll differ diff --git a/Source/Pharmacist.csproj b/Source/Pharmacist.csproj index af26639..6ef5d6c 100644 --- a/Source/Pharmacist.csproj +++ b/Source/Pharmacist.csproj @@ -11,7 +11,7 @@ 9 - + diff --git a/modinfo.json b/modinfo.json index e387313..275ac97 100644 --- a/modinfo.json +++ b/modinfo.json @@ -5,7 +5,7 @@ "url": "https://github.com/fluffy-mods/Pharmacist", "version": { "major": 3, - "minor": 2, + "minor": 3, "build": 148 }, "author": { @@ -28,6 +28,15 @@ } ], "changelog": [ + { + "date": "2021-08-27T22:10:06.000Z", + "message": "fix tending and interaction error", + "author": { + "name": "Fluffy", + "email": "fluffy.l2032@gmail.com" + }, + "hash": "a2ba778c82d1528f0c57eaf17d5f7a78f4cd9a2e" + }, { "date": "2021-08-14T17:49:42.000Z", "message": "try to use medicine in inventory first",