Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FaizanDurrani committed Oct 8, 2024
1 parent 7b0a7a3 commit 0a704c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Paperback/Common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SearchRequest,
SourceStateManager,
RequestManager,
Response } from '@paperback/types'
import { PageBookDto, PageSeriesDto } from './data-contracts'
import { PageSeriesDto } from './data-contracts'
export function getServerUnavailableMangaTiles() {
// This tile is used as a placeholder when the server is unavailable
return [
Expand Down
2 changes: 1 addition & 1 deletion src/Paperback/Paperback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { BookDto, LibraryDto, PageBookDto, PageCollectionDto, PageDto, ReadProgr
// - 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.13',
version: '1.3',
name: 'Paperback',
icon: 'icon.png',
author: 'Lemon | Faizan Durrani',
Expand Down

0 comments on commit 0a704c7

Please sign in to comment.