From 38fa30a0282387abb246f7378dfc76fb917e97ed Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Tue, 7 Feb 2017 07:20:00 -0700 Subject: [PATCH] Updated README semantic versioning order. - It's easier to think about versions in the order of major, minor, and maintenance. [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3092feb..89833e6 100644 --- a/README.md +++ b/README.md @@ -158,9 +158,9 @@ project is built upon the functions found in the `lib` folder. See the Read [Semantic Versioning](http://semver.org) for details. Briefly, it means: -- Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes. -- Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes. - Major (X.y.z) - Incremented for any backwards incompatible public API changes. +- Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes. +- Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes. # Code of Conduct