0
0
mirror of https://github.com/semver/semver.git synced 2025-08-28 16:55:29 +00:00

Merge pull request #59 from oguzbilgic/patch-1

Fix typo
This commit is contained in:
Phil Haack 2012-12-09 11:42:25 -08:00
commit b40e67824e

View File

@ -48,7 +48,7 @@ is the patch version. Each element MUST increase numerically by increments of
one. For instance: 1.9.0 -> 1.10.0 -> 1.11.0. one. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.
1. Once a versioned package has been released, the contents of that version 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. MUST NOT be modified. Any modifications MUST be released as a new version.
1. Major version zero (0.y.z) is for initial development. Anything may change 1. Major version zero (0.y.z) is for initial development. Anything may change
at any time. The public API should not be considered stable. at any time. The public API should not be considered stable.