bump version to 2.5.0

This commit is contained in:
hamster1963 2025-01-25 12:04:50 +08:00
parent f7b081fad4
commit c4196eec83
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
import type { NezhaAPI, ServerApi } from "@/app/types/nezha-api" import type { NezhaAPI, ServerApi } from "@/app/types/nezha-api"
import type { MakeOptional } from "@/app/types/utils" import type { MakeOptional } from "@/app/types/utils"
import getEnv from "@/lib/env-entry" import getEnv from "@/lib/env-entry"
import { connection } from 'next/server' import { connection } from "next/server"
export async function GetNezhaData() { export async function GetNezhaData() {
await connection() await connection()

View File

@ -1,6 +1,6 @@
{ {
"name": "nezha-dash", "name": "nezha-dash",
"version": "2.4.0", "version": "2.5.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3040", "dev": "next dev -p 3040",