Skip to content

Commit

Permalink
deps: bump http input version
Browse files Browse the repository at this point in the history
Signed-off-by: Caijinglong <cjl_spy@163.com>
  • Loading branch information
CaiJingLong committed Apr 3, 2024
1 parent c666357 commit bce6518
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/image_size_getter_http_input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.0.1

- Bump `http` version.

## 2.0.0

- Support library 2.0.0.
Expand Down
6 changes: 3 additions & 3 deletions packages/image_size_getter_http_input/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: image_size_getter_http_input
description: A http input for image_size_getter.
version: 2.0.0
version: 2.0.1
homepage: https://github.com/CaiJingLong/dart_image_size_getter/tree/master/image_size_getter_http_input
# publish_to: https://pub.dev/

environment:
sdk: ">=2.16.2 <3.0.0"
sdk: ">=2.12.0 <4.0.0"

dependencies:
http: ^0.13.4
http: ^1.0.0
# image_size_getter:
# path: ../library
image_size_getter: ^2.0.0
Expand Down

0 comments on commit bce6518

Please sign in to comment.