mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-04 23:34:38 +00:00
chore: bump version
This commit is contained in:
parent
6e7bfac633
commit
9867ad296c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import * as path from "node:path";
|
|||
export async function GET() {
|
||||
const directoryPath = path.join(process.cwd(), "public/changelog");
|
||||
const files = fs.readdirSync(directoryPath);
|
||||
const current = "3.0.1";
|
||||
const current = "3.1.0";
|
||||
const previous = [];
|
||||
files.forEach((file) => {
|
||||
if (file != `${current}.md`) {
|
||||
|
|
Loading…
Add table
Reference in a new issue