Skip to content

Commit ff9a940

Browse files
chore: 🤖 use spec version to update README for docs
1 parent bf1ce69 commit ff9a940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Polymesh version
1414

15-
This release is compatible with Polymesh v7
15+
This release is compatible with Polymesh v7.0, v7.1, v7.2
1616

1717
## Getting Started
1818

scripts/updateReadme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const getSupportedNodeVersion = () => {
1010
encoding: 'utf8',
1111
});
1212

13-
const regex = /export const SUPPORTED_NODE_VERSION_RANGE = '([^']+)';/g;
13+
const regex = /export const SUPPORTED_SPEC_VERSION_RANGE = '([^']+)';/g;
1414

1515
const match = regex.exec(constantsFile);
1616

0 commit comments

Comments
 (0)