docs: up v2.1.2

This commit is contained in:
xrkffgg
2021-02-19 18:00:41 +08:00
parent efca7df548
commit 39ff3699d6
11 changed files with 112 additions and 104 deletions

View File

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