docs: update v2.1.1 (#58)

This commit is contained in:
xrkffgg
2021-02-03 00:45:14 +08:00
committed by GitHub
parent 1efbf3d3cf
commit 65461c17ed
11 changed files with 111 additions and 105 deletions

View File

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