docs: up version v2 (#52)

This commit is contained in:
xrkffgg
2021-01-26 23:17:43 +08:00
committed by GitHub
parent b0e25793f1
commit 576d7c4cb8
15 changed files with 119 additions and 105 deletions

View File

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