From 8a130b5385c68b8b11f180b858834a99576d3db8 Mon Sep 17 00:00:00 2001 From: crrashh1542 Date: Thu, 25 Apr 2024 01:48:25 +0800 Subject: [PATCH] release: v3.0.0-beta.2 Signed-off-by: crrashh1542 --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eaf69be..ff9c0a4 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,18 @@ { "name": "crash-homepage", "type": "module", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", + "author": "crrashh1542 ", + "homepage": "https://www.crrashh.com", + "license": "Apache-2.0", "private": true, + "repository": { + "type": "git", + "url": "git+https://github.com/crrashh1542/crash-homepage" + }, + "bugs": { + "url": "https://github.com/crrashh1542/crash-homepage/issues" + }, "scripts": { "dev": "astro dev", "start": "astro dev",