Skip to content

Commit 47a9c1b

Browse files
committed
build: version bump and dependencies update
1 parent 335a903 commit 47a9c1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515

1616
SPEC CHECKSUMS:
1717
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
18-
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
18+
shared_preferences: 5033afbb22d372e15aff8ff766df9021b845f273
1919

2020
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
2121

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: http_interceptor
22
description: A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
3-
version: 1.0.2
3+
version: 2.0.0-beta.1
44
homepage: https://github.com/CodingAleCR/http_interceptor
55
issue_tracker: https://github.com/CodingAleCR/http_interceptor/issues
66
repository: https://github.com/CodingAleCR/http_interceptor
77

88
environment:
9-
sdk: ">=2.12.0 <3.0.0"
9+
sdk: '>=2.12.0 <3.0.0'
1010

1111
dependencies:
12-
http: ^0.13.3
12+
http: ^0.13.4
1313

1414
dev_dependencies:
1515
test: ^1.17.5

0 commit comments

Comments
 (0)