From f3c7b9eada47233974282d50dc543dcd79a1e3c4 Mon Sep 17 00:00:00 2001 From: Carl Date: Sun, 20 Mar 2016 22:52:22 +0000 Subject: Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f665d9df..a7151448 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ 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.3 -- Small performance patch +## Latest Version: 0.38.1 +- Support for new mod layout to help keep some level of order +- Inbuilt support for configuration files -Download: https://github.com/ClxS/SMAPI/releases/tag/0.37.3 +Download: https://github.com/ClxS/SMAPI/releases/tag/0.3813 ## Installation @@ -27,4 +28,4 @@ To install mods: ## Mod Developers! -Mod developers would work off the release branch. The master branch will contain mid-version updates which could make your mods incompatable with both the current release and the upcoming releases. \ No newline at end of file +Mod developers would work off the release branch. The master branch will contain mid-version updates which could make your mods incompatable with both the current release and the upcoming releases. -- cgit