From 72989b8e2fb6060f89cee60d32a0c84660792116 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 4 Jul 2022 00:54:35 +0530 Subject: Breaking Change: supporting NSFW titles --- user/manga/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/manga/client.go') diff --git a/user/manga/client.go b/user/manga/client.go index 4622835..5847ed8 100644 --- a/user/manga/client.go +++ b/user/manga/client.go @@ -17,7 +17,7 @@ package manga import ( - "github.com/MikunoNaka/MAL2Go/v2/util" + "github.com/MikunoNaka/MAL2Go/v3/util" ) type Client util.DefaultClient -- cgit v1.2.3