Skip to content

Commit

Permalink
bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Jan 25, 2025
1 parent f7b081f commit c4196ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/serverFetch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nezha-dash",
"version": "2.4.0",
"version": "2.5.0",
"private": true,
"scripts": {
"dev": "next dev -p 3040",
Expand Down

0 comments on commit c4196ee

Please sign in to comment.