From 8f2cb52e04da0034ea21858273f193778b02da97 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 16 Jun 2022 00:15:42 +0800 Subject: [PATCH] chore: update package info --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 84fbcec..4205a45 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "name": "bumpp", "version": "8.0.0", "packageManager": "pnpm@7.2.1", - "description": "Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git", + "description": "Bump version, commit changes, tag, and push to Git", "author": { "name": "James Messinger", "url": "https://jamesmessinger.com" }, "license": "MIT", - "homepage": "https://jstools.dev/version-bump-prompt", + "homepage": "https://github.com/antfu/bumpp", "repository": { "type": "git", "url": "https://github.com/antfu/bumpp.git"