From c4196eec833f8dcf838b6080f1b12e4f69ddf680 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Sat, 25 Jan 2025 12:04:50 +0800 Subject: [PATCH] bump version to 2.5.0 --- lib/serverFetch.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/serverFetch.tsx b/lib/serverFetch.tsx index d779a72..ae2dc21 100644 --- a/lib/serverFetch.tsx +++ b/lib/serverFetch.tsx @@ -3,7 +3,7 @@ import type { NezhaAPI, ServerApi } from "@/app/types/nezha-api" import type { MakeOptional } from "@/app/types/utils" import getEnv from "@/lib/env-entry" -import { connection } from 'next/server' +import { connection } from "next/server" export async function GetNezhaData() { await connection() diff --git a/package.json b/package.json index e32aebf..ed4f25a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nezha-dash", - "version": "2.4.0", + "version": "2.5.0", "private": true, "scripts": { "dev": "next dev -p 3040",