diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 17:54:37 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 17:54:37 -0500 |
| commit | f9ffde9a3482b0d66bd6e30b41e890cb38b53af6 (patch) | |
| tree | be1e23cc4c5d4885f33d46337b87b9cc185271b4 /src/SMAPI.Mods.ConsoleCommands | |
| parent | e8bb80af26997bc4e0ed43e4b2cc2cd5596e25f4 (diff) | |
| download | SMAPI-f9ffde9a3482b0d66bd6e30b41e890cb38b53af6.tar.gz SMAPI-f9ffde9a3482b0d66bd6e30b41e890cb38b53af6.tar.bz2 SMAPI-f9ffde9a3482b0d66bd6e30b41e890cb38b53af6.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 971c591a..04f0c059 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.3.0", + "Version": "3.3.1", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.3.0" + "MinimumApiVersion": "3.3.1" } |
