From cee3fea8b77352b0ffe75391b6c48ca174474819 Mon Sep 17 00:00:00 2001 From: Flummi Date: Mon, 9 May 2022 18:42:47 +0200 Subject: [PATCH] bump version and update git links --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6f9ded2..4eb0a66 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "cuffeo", - "version": "1.1.1", + "version": "1.2.0", "description": "A multi-protocol chatbot library with nearly zero dependencies.", "main": "src/index.mjs", "scripts": {}, "repository": { "type": "git", - "url": "git@github.com:kein-Bot/cuffeo.git" + "url": "gitea@git.lat:keinBot/cuffeo.git" }, "keywords": [ "cuffeo", @@ -20,7 +20,7 @@ "flumm-fetch": "^1.0.1" }, "bugs": { - "url": "https://github.com/kein-Bot/cuffeo/issues" + "url": "https://git.lat/keinBot/cuffeo/issues" }, - "homepage": "https://github.com/kein-Bot/cuffeo#readme" + "homepage": "https://git.lat/keinBot/cuffeo" }