Skip to content

Versioning

Josh Dionne edited this page Sep 14, 2026 · 2 revisions

Generated from the thetowersdk repository. Edits made here are overwritten on the next push — change the source file instead.

Versioning

Below 1.0 the version is a build marker, not a compatibility promise: any release may rename or remove an export, and data values may change with the game. Pin an exact version.

From 1.0:

  • Patch — fixes, new extractors, additive data.
  • Minor — data updated for a new game version; existing values may change.
  • Major — breaking API changes.

The entry points listed above are the whole public API; there is no path past them.

Clone this wiki locally