Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

Commit 6ef9877

Browse files
committed
Fix typo
1 parent 440820d commit 6ef9877

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/DankeFurs/DankeFurs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const BASE = "https://danke.moe"
55

66
export const DankeFursInfo: SourceInfo = {
77
icon: "icon.png",
8-
version: "1.0.0",
8+
version: "1.0.1",
99
name: "DankeFurs",
1010
author: "PythonCoderAS",
1111
authorWebsite: "https://github.com/PythonCoderAS",

src/GuyaTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export abstract class GuyaTemplate extends Source {
147147
async getHomePageSections(sectionCallback: (section: HomeSection) => void): Promise<void> {
148148

149149
// Send the empty homesection back so the app can preload the section
150-
var homeSection = createHomeSection({ id: "all_guya", title: "ALL GUYA" })
150+
var homeSection = createHomeSection({ id: "all", title: "ALL MANGAS" })
151151
sectionCallback(homeSection)
152152

153153
const request = createRequestObject({

src/MahouShoujoBu/MahouShoujoBu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const BASE = "https://mahoushoujobu.com/"
55

66
export const MahouShoujoBuInfo: SourceInfo = {
77
icon: "icon.png",
8-
version: "1.0.0",
8+
version: "1.0.1",
99
name: "MahouShoujoBu",
1010
author: "PythonCoderAS",
1111
authorWebsite: "https://github.com/PythonCoderAS",

0 commit comments

Comments
 (0)