From dce3d3e894f11b72817ecd248afcb162d8d7c2db Mon Sep 17 00:00:00 2001 From: Ferdinand Prantl Date: Sat, 18 Jun 2022 11:39:34 +0200 Subject: [PATCH] fix: Correct the package version number --- CHANGELOG.md | 6 ------ README.md | 2 +- docs/index.html | 6 +++--- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f60ab0b..8addecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,12 +18,6 @@ same. functionality, because noch much features were needed. Although no changes on the outside shoudl happen, on enever knows... -## 2.0.0 - -* Upgrade module dependencies - -**BREAKING CHANGE:** The command-line tool `buildnumgen` will not work with Node.js versions older then 10. - ## 1.0.0 * Add an online page for generating and parsing build numbers diff --git a/README.md b/README.md index 959990d..f813df1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Generates a build number to be appended to your product version number, which is Try generating your build number or parsing an existing one an print the build time [online]! -**Note**: If you use Node.js < 10, stay with the versions 1.x. If you use Node.js < 14.8, stay with the versions 2.x. The functionality of the command-line script and of the API is the same. +**Note**: If you use Node.js < 14.8, stay with the versions 1.x. The functionality of the command-line script and of the API is the same. ## Features diff --git a/docs/index.html b/docs/index.html index 1b6f135..c4e775c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -84,7 +84,7 @@

Build Number Generator and Parser