diff options
author | Carl <slxxls92@gmail.com> | 2016-03-20 22:52:22 +0000 |
---|---|---|
committer | Carl <slxxls92@gmail.com> | 2016-03-20 22:52:22 +0000 |
commit | f3c7b9eada47233974282d50dc543dcd79a1e3c4 (patch) | |
tree | 04f6cb88f6a59a8caf45d802ad42e1a53fc4e6e0 | |
parent | 280d77c9750d33a7557792625fa3ad35c2c923fd (diff) | |
download | SMAPI-f3c7b9eada47233974282d50dc543dcd79a1e3c4.tar.gz SMAPI-f3c7b9eada47233974282d50dc543dcd79a1e3c4.tar.bz2 SMAPI-f3c7b9eada47233974282d50dc543dcd79a1e3c4.zip |
Update README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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. |