From d367b0a7bceeac210ee7336477f98559b6122d13 Mon Sep 17 00:00:00 2001 From: ClxS Date: Sat, 12 Mar 2016 22:35:45 +0000 Subject: Updated readme. Switched on Optimise Code switch. It only have minimal impact in C#, but might as well. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b7187732..f665d9df 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,10 @@ SMAPI (Stardew Mapping Application Programming Interface) is a tool to help modders make changes to Stardew. It is a standalone executable which goes alongside your Stardew.exe. -## Latest Version: 0.37.2 -- Added KeyReleased event -- Added event handlers for GamePads -- Internal Cleanup -Tested and works with current versions of: SmartMod, StardewCJB , FreezeInside +## Latest Version: 0.37.3 +- Small performance patch -Download: https://github.com/ClxS/SMAPI/releases/tag/0.37.2 +Download: https://github.com/ClxS/SMAPI/releases/tag/0.37.3 ## Installation -- cgit