diff --git a/semver.md b/semver.md index affca4a..76440f9 100644 --- a/semver.md +++ b/semver.md @@ -47,11 +47,6 @@ non-negative integers. X is the major version, Y is the minor version, and Z is the patch version. Each element MUST increase numerically by increments of one. For instance: 1.9.0 -> 1.10.0 -> 1.11.0. -1. When a major version number is incremented, the minor version and patch -version MUST be reset to zero. When a minor version number is incremented, the -patch version MUST be reset to zero. For instance: 1.1.3 -> 2.0.0 and 2.1.7 -> -2.2.0. - 1. Once a versioned package has been released, the contents of that version MUST NOT be modified. Any modifications must be released as a new version. @@ -220,4 +215,4 @@ License ------- Creative Commons - CC BY 3.0 -http://creativecommons.org/licenses/by/3.0/ \ No newline at end of file +http://creativecommons.org/licenses/by/3.0/