diff --git a/README.md b/README.md index 6c805d4..5015b70 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lu [![Linux/macOS/Windows](https://img.shields.io/github/actions/workflow/status/zorael/lu/d.yml?branch=master)](https://github.com/zorael/lu/actions?query=workflow%3AD) [![Linux](https://img.shields.io/circleci/project/github/zorael/lu/master.svg?logo=circleci&style=flat&maxAge=3600)](https://circleci.com/gh/zorael/lu) [![Windows](https://img.shields.io/appveyor/ci/zorael/lu/master.svg?logo=appveyor&style=flat&maxAge=3600)](https://ci.appveyor.com/project/zorael/lu) [![Commits since last release](https://img.shields.io/github/commits-since/zorael/lu/v2.1.0.svg?logo=github&style=flat&maxAge=3600)](https://github.com/zorael/lu/compare/v2.1.0...master) +# lu [![Linux/macOS/Windows](https://img.shields.io/github/actions/workflow/status/zorael/lu/d.yml?branch=master)](https://github.com/zorael/lu/actions?query=workflow%3AD) [![Linux](https://img.shields.io/circleci/project/github/zorael/lu/master.svg?logo=circleci&style=flat&maxAge=3600)](https://circleci.com/gh/zorael/lu) [![Windows](https://img.shields.io/appveyor/ci/zorael/lu/master.svg?logo=appveyor&style=flat&maxAge=3600)](https://ci.appveyor.com/project/zorael/lu) [![Commits since last release](https://img.shields.io/github/commits-since/zorael/lu/v2.2.0.svg?logo=github&style=flat&maxAge=3600)](https://github.com/zorael/lu/compare/v2.2.0...master) Miscellaneous general-purpose library modules. Nothing extraordinary. diff --git a/source/lu/semver.d b/source/lu/semver.d index 59b5238..71bea06 100644 --- a/source/lu/semver.d +++ b/source/lu/semver.d @@ -26,7 +26,7 @@ enum LuSemVer /++ SemVer minor version of the library. +/ - minor = 1, + minor = 2, /++ SemVer patch version of the library.