Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kodjodevf committed Jan 8, 2024
1 parent 7302411 commit 8f90e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/eval/bridge/m_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ class $MProvider extends MProvider with $Bridge<MProvider> {
isStatic: true),
'getUrlWithoutDomain': BridgeMethodDef(
BridgeFunctionDef(
returns: BridgeTypeAnnotation($MDocument.$type),
returns: BridgeTypeAnnotation(BridgeTypeRef(CoreTypes.string)),
params: [
BridgeParameter(
'url',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mangayomi
description: Free and open source manga reader and anime streaming cross-plateform app inspired by Tachiyomi.
publish_to: 'none'
version: 0.1.6+42
version: 0.1.61+43

environment:
sdk: '>=3.2.3 <4.0.0'
Expand Down

0 comments on commit 8f90e3a

Please sign in to comment.