docs: up v2.1.0

This commit is contained in:
xrkffgg
2021-02-02 20:38:24 +08:00
parent fd3eb6dbd3
commit 14e4762bf5
10 changed files with 110 additions and 104 deletions

View File

@@ -1,7 +1,7 @@
const { readFileSync, writeFileSync } = require('fs');
const last = /v2/g;
const now = 'v2.0.0';
const last = /v2\.0\.0/g;
const now = 'v2.1.0';
let readme = readFileSync('./README.md', 'utf-8');
readme = readme.replace(last, now);