Skip to content

Commit

Permalink
chore:update version
Browse files Browse the repository at this point in the history
  • Loading branch information
andychucs committed Sep 25, 2024
1 parent c9af99f commit 75b7374
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
13 changes: 7 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -446,13 +446,14 @@ packages:
source: hosted
version: "1.1.1"
flutter_inappwebview_ios:
dependency: transitive
dependency: "direct overridden"
description:
name: flutter_inappwebview_ios
sha256: f363577208b97b10b319cd0c428555cd8493e88b468019a8c5635a0e4312bd0f
url: "https://pub.dev"
source: hosted
version: "1.0.13"
path: flutter_inappwebview_ios
ref: master
resolved-ref: "615214fb2fd3f830955d526cfb6698d6e20b7b7a"
url: "https://github.com/andychucs/flutter_inappwebview.git"
source: git
version: "1.0.14"
flutter_inappwebview_macos:
dependency: transitive
description:
Expand Down
8 changes: 7 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html


version: 1.15.3+1
version: 1.15.4+1



Expand Down Expand Up @@ -88,6 +88,12 @@ dependencies:
toastification: ^2.1.0
rank_icons: ^0.1.2

dependency_overrides:
flutter_inappwebview_ios:
git:
url: https://github.com/andychucs/flutter_inappwebview.git
ref: master
path: flutter_inappwebview_ios

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 75b7374

Please sign in to comment.