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 --- manga/manga.structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manga/manga.structs.go') diff --git a/manga/manga.structs.go b/manga/manga.structs.go index 2e79362..37d69d2 100644 --- a/manga/manga.structs.go +++ b/manga/manga.structs.go @@ -17,7 +17,7 @@ package manga import ( - "github.com/MikunoNaka/MAL2Go/v2/util" + "github.com/MikunoNaka/MAL2Go/v3/util" ) type Author struct { -- cgit v1.2.3