# Versioning Given a version number __X.Y.Z__, we will increment: 1. __X__ when there is a redesign to the user experience, 2. __Y__ when there is a new subroutine or function, 3. __Z__ when there is a bug fix (reset when X or Y is incremented). ---- ## [1.0.1] - 2022.07.06 ### Changed - Multiple small changes to wording for OPS, including OPS Project - maxClusterRadius changed from 120 to 100 for a better initial display of clusters ---- ## [1.0.0] - 2022.06.22 ### Added - Dynamic insertion of markers based on z-coordinate ---- ## [0.0.1] - 2022.06.16