diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:33:52 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:33:52 -0500 |
| commit | 415047bf8e44057d6aeeffc6191d00817f6b0d1b (patch) | |
| tree | fb4b0ec17ac2627b61624edba23b714a31eecd6f /src/SMAPI.Mods.ConsoleCommands | |
| parent | 5db9b049a6156afd580511ed097f0cc705ae41d9 (diff) | |
| download | SMAPI-415047bf8e44057d6aeeffc6191d00817f6b0d1b.tar.gz SMAPI-415047bf8e44057d6aeeffc6191d00817f6b0d1b.tar.bz2 SMAPI-415047bf8e44057d6aeeffc6191d00817f6b0d1b.zip | |
prepare for release
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
| -rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json index 1a021485..a7daf62b 100644 --- a/src/SMAPI.Mods.ConsoleCommands/manifest.json +++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json @@ -1,9 +1,9 @@ { "Name": "Console Commands", "Author": "SMAPI", - "Version": "3.8.3", + "Version": "3.8.4", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.8.3" + "MinimumApiVersion": "3.8.4" } |
