Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump units_converter from 2.0.1 to 2.1.1 #243

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -883,10 +883,10 @@ packages:
dependency: "direct main"
description:
name: units_converter
sha256: "8885f35e2954bf5ba2e0de578ab1481c9dd2eba7feb9e71e1bd965e34cef06e8"
sha256: "17d9717f9efacfee14e79cff671e99657fe744d9969629cd9163636f2b11f248"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.1.1"
universal_io:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
# Store the customizations and the latest currencies conversions
shared_preferences: ^2.2.0
# Unit conversion
units_converter: 2.0.1
units_converter: 2.1.1
# Open external pages such as GitHub repo, Play Store, etc
url_launcher: ^6.1.12
# Load optimized svg icons
Expand Down
Loading