From 2fa455801030c453f201a4d78dded33f65cb6217 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 26 Aug 2024 11:06:55 +0200 Subject: [PATCH] fix links --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab31d90..c59fbcc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Grab the color palette from an image using just Javascript.Works in the browser Full TypeScript implementation of the package originally created by [@lokesh.dhakar](https://github.com/lokesh/colorthief) -**View the [demo page](https://janishutz.com/projects/color-thief/) for examples, API docs, and more.** +**View the [demo page](https://lokeshdhakar.com/projects/color-thief/) for examples, API docs, and more.** --- diff --git a/package.json b/package.json index c4ae241..582d130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@janishutz/colorthief", - "version": "3.0.0", + "version": "3.0.1", "author": { "name": "Janis Hutz", "email": "development@janishutz.com",