From 0c4df8635b757350893a0898a178c9f853263324 Mon Sep 17 00:00:00 2001 From: Faizan Durrani Date: Fri, 12 Jan 2024 23:09:37 +0500 Subject: [PATCH] Update Paperback.ts --- src/Paperback/Paperback.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Paperback/Paperback.ts b/src/Paperback/Paperback.ts index ee76fb0..9642580 100644 --- a/src/Paperback/Paperback.ts +++ b/src/Paperback/Paperback.ts @@ -39,7 +39,7 @@ import { getAuthorizationString, // - getTags() which is called on the homepage // - search method which is called even if the user search in an other source export const PaperbackInfo: SourceInfo = { - version: '1.2.10', + version: '1.2.11', name: 'Paperback', icon: 'icon.png', author: 'Lemon | Faizan Durrani',