We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
latest-version.txt
1 parent 3528420 commit 1616462Copy full SHA for 1616462
bump-version.js
@@ -59,7 +59,7 @@ var autoUpdate = () => {
59
version = match[1];
60
61
if (parseInt(match[3]) > 1) {
62
- version += '(' + match[3] + ')';
+ version += '.' + match[3];
63
}
64
65
match = release.published_at.match(timeRegex);
0 commit comments