docs: update version desc

This commit is contained in:
xrkffgg
2021-01-27 11:17:46 +08:00
parent 576d7c4cb8
commit ae8b2ad0bd
15 changed files with 125 additions and 109 deletions

View File

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