Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Version bump
  • Loading branch information
PythonCoderAS authored Jun 26, 2021
commit c29f9c3b7d1030ade83c26155f1f68cbd11e2d14
4 changes: 2 additions & 2 deletions src/CatManga/CatManga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const BASE = "https://catmanga.org"

export const CatMangaInfo: SourceInfo = {
icon: "icon.png",
version: "1.2.8",
version: "1.2.9",
name: "CatManga",
author: "PythonCoderAS",
authorWebsite: "https://github.com/PythonCoderAS",
Expand Down Expand Up @@ -135,4 +135,4 @@ export class CatManga extends Source {
}));
*/
}
}
}