Skip to content

Commit

Permalink
build: version bump and dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingAleCR committed Nov 14, 2021
1 parent 335a903 commit 47a9c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
shared_preferences: 5033afbb22d372e15aff8ff766df9021b845f273

PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: http_interceptor
description: A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
version: 1.0.2
version: 2.0.0-beta.1
homepage: https://github.com/CodingAleCR/http_interceptor
issue_tracker: https://github.com/CodingAleCR/http_interceptor/issues
repository: https://github.com/CodingAleCR/http_interceptor

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'

dependencies:
http: ^0.13.3
http: ^0.13.4

dev_dependencies:
test: ^1.17.5
Expand Down

0 comments on commit 47a9c1b

Please sign in to comment.