From f7cfd5eab0b55b32530cb059832edec668c13c63 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Fri, 24 Apr 2020 11:58:04 +0100 Subject: [PATCH] Updated README.md with regards to the issues around the version number. --- README.md | 5 +++-- bower.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e99059c..c7ac559 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,6 @@ A GitHub copy of the Star Micronics Web Print code found at http://www.starmicro # Versioning -As of writing this README, the version of the package from Star Micronics is `1.6.0`. To indicate that the version we -are releasing has been amended (see above), we are releasing this as `1.6.0.1`. +As of writing this README, the version of the package from Star Micronics is `1.6.0`. But as we had previously published +this package to the NPM registry, we cannot use `1.6.0+1`, so, `1.6.0` will be released as `1.6.1`, but future versions +will be released using Star's own version number with the `+1` metadata suffix. diff --git a/bower.json b/bower.json index 690186a..3d2c3ec 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "digitickets.star-web-print", - "version": "1.6.0.1", + "version": "1.6.1", "homepage": "http://www.starmicronics.com/support/sdkdocumentation.aspx", "authors": [ "Star Micronics" diff --git a/package.json b/package.json index 690186a..3d2c3ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digitickets.star-web-print", - "version": "1.6.0.1", + "version": "1.6.1", "homepage": "http://www.starmicronics.com/support/sdkdocumentation.aspx", "authors": [ "Star Micronics"