From 6e2c693597b8ac0ad27d94ea0119e1f2e1becba4 Mon Sep 17 00:00:00 2001 From: Derrick Reimer Date: Mon, 19 Jul 2021 07:54:38 -0500 Subject: [PATCH] Increment patch version --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e6c6dc6..856df4d 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { "name": "fathom-client", - "version": "3.0.0", + "version": "3.0.1", "description": "A simple wrapper around the Fathom Analytics library", "keywords": [ "analytics" ], - "homepage": "https://github.com/unstacked/fathom-client", + "homepage": "https://github.com/derrickreimer/fathom-client", "bugs": { - "url": "https://github.com/unstacked/fathom-client/issues" + "url": "https://github.com/derrickreimer/fathom-client/issues" }, "repository": { "type": "git", - "url": "https://github.com/unstacked/fathom-client.git" + "url": "https://github.com/derrickreimer/fathom-client.git" }, "license": "MIT", "author": "Derrick Reimer",