diff --git a/pubspec.yaml b/pubspec.yaml index 5501d01..b1c423e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: super_logging description: The usual dart logging module, but with superpowers! Let's you easily log to stdout, disk and sentry.io. -version: 1.0.0 +version: 1.0.1 author: Dev Aggarwal homepage: https://github.com/scientifichackers/super_logging @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter - package_info: ^0.4.0+13 + package_info: '>=0.4.0+13 <2.0.0' device_info: ^0.4.1+4 logging: ^0.11.4 sentry: ^3.0.1 @@ -59,4 +59,4 @@ flutter: # weight: 700 # # For details regarding fonts in packages, see -# https://flutter.io/custom-fonts/#from-packages +# https://flutter.io/custom-fonts/#from-packages \ No newline at end of file