From d4e68f945629a1c26d546db943e12a0b1d7fee13 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Fri, 6 Oct 2017 16:14:19 +0200 Subject: [PATCH] Change sample release number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c39b9b8..f81dd25 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The current releases are numbered `0.x.y`. When a non-breaking change is introdu **When a breaking change is introduced, a new `0.x` version cycle is always started.** -It is therefore safe to lock your project to a given release cycle, such as `0.2.*`. +It is therefore safe to lock your project to a given release cycle, such as `0.1.*`. If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/html/releases) for a list of changes introduced by each further `0.x.0` version.