Skip to content

Commit 712a200

Browse files
authored
Update DOMAIN URL for MangaLek (#160)
* Update DOMAIN URL for MangaLek * Update MangaLek version to 0.0.7
1 parent 64db755 commit 712a200

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/MangaLek/MangaLek.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import {
1212

1313
import { MangaLekParser } from './MangaLekParser'
1414

15-
const DOMAIN = 'https://lek-manga.net'
15+
const DOMAIN = 'https://lekmanga.net'
1616

1717
export const MangaLekInfo: SourceInfo = {
18-
version: getExportVersion('0.0.6'),
18+
version: getExportVersion('0.0.7'),
1919
name: 'MangaLek',
2020
description: `Extension that pulls manga from ${DOMAIN}`,
2121
author: 'Netsky',

0 commit comments

Comments
 (0)