From f64c79d3744f376cc474e81afa6e0729d2886968 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sun, 26 Feb 2012 09:46:41 -0800 Subject: [PATCH] Dash -> hyphen. Fixes #16. --- semver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semver.md b/semver.md index 76440f9..b8f5440 100644 --- a/semver.md +++ b/semver.md @@ -73,7 +73,7 @@ incompatible changes are introduced to the public API. It MAY include minor and patch level changes. Patch and minor version MUST be reset to 0 when major version is incremented. -1. A pre-release version MAY be denoted by appending a dash and a series of +1. A pre-release version MAY be denoted by appending a hyphen and a series of dot separated identifiers immediately following the patch version. Identifiers MUST be comprised of only ASCII alphanumerics and dash [0-9A-Za-z-]. Pre-release versions satisfy but have a lower precedence than the associated