From 7ee299eda7f1cc925479a5d45f6fa3d4bd53d3a2 Mon Sep 17 00:00:00 2001 From: tuan041 <30403510+tuan041@users.noreply.github.com> Date: Wed, 12 Jul 2023 20:35:45 +0700 Subject: [PATCH] bump --- TocanimeProvider/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TocanimeProvider/build.gradle.kts b/TocanimeProvider/build.gradle.kts index d7be42c7..dd3551a8 100644 --- a/TocanimeProvider/build.gradle.kts +++ b/TocanimeProvider/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 1 +version = 2 cloudstream { @@ -7,7 +7,7 @@ cloudstream { // All of these properties are optional, you can safely remove them // description = "Lorem Ipsum" - authors = listOf("Hexated") + authors = listOf("Hexated, TuaSan") /** * Status int as the following: @@ -24,4 +24,4 @@ cloudstream { ) iconUrl = "https://www.google.com/s2/favicons?domain=tocanime.co&sz=%size%" -} \ No newline at end of file +}