summaryrefslogtreecommitdiff
path: root/docs/technical
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-20 12:42:31 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-20 12:42:31 -0400
commitcb9ff7019995eff92104703f097856d2523e02ce (patch)
treec43ca79f9947b3e16f946e1dc5fd1d02f70ce571 /docs/technical
parente9b8df46181bc9996cb2690acbb98971454b5b2a (diff)
downloadSMAPI-cb9ff7019995eff92104703f097856d2523e02ce.tar.gz
SMAPI-cb9ff7019995eff92104703f097856d2523e02ce.tar.bz2
SMAPI-cb9ff7019995eff92104703f097856d2523e02ce.zip
prepare for release
Diffstat (limited to 'docs/technical')
-rw-r--r--docs/technical/smapi.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/technical/smapi.md b/docs/technical/smapi.md
index 5d550cfc..3cb450ae 100644
--- a/docs/technical/smapi.md
+++ b/docs/technical/smapi.md
@@ -81,8 +81,8 @@ To prepare a crossplatform SMAPI release, you'll need to compile it on two platf
[crossplatforming info](https://stardewvalleywiki.com/Modding:Modder_Guide/Test_and_Troubleshoot#Testing_on_all_platforms)
on the wiki for the first-time setup.
-1. Update the version number in `.root/build/common.targets` and `Constants::Version`. Make sure
- you use a [semantic version](https://semver.org). Recommended format:
+1. Update the version numbers in `build/common.targets`, `Constants`, and the `manifest.json` for
+ bundled mods. Make sure you use a [semantic version](https://semver.org). Recommended format:
build type | format | example
:--------- | :----------------------- | :------