mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
fix: update version placeholder format in README files for consistency
This commit is contained in:
parent
eb3b0be470
commit
2880d1ae1c
3 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ function patchFile(rel, fn) {
|
|||
}
|
||||
}
|
||||
|
||||
patchFile("README.md", (c) => c.replace(/(Current version in this repo is `)[^`]+(`)/, `$1${version}$2`));
|
||||
patchFile("README.md", (c) => c.replace(/(Current version is )\d+\.\d+\.\d+/, `$1${version}`));
|
||||
|
||||
patchFile("lang/README.de.md", (c) =>
|
||||
c.replace(/(Aktuelle Version in diesem Repository: `)[^`]+(`)/, `$1${version}$2`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue