diff --git a/pubspec.lock b/pubspec.lock index e7233ee1..1c2241a3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -42,7 +42,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.8.2" + version: "2.8.1" boolean_selector: dependency: transitive description: @@ -140,7 +140,7 @@ packages: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.1.0" charcode: dependency: transitive description: @@ -559,7 +559,7 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.11" + version: "0.12.10" meta: dependency: transitive description: @@ -893,7 +893,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.2" timing: dependency: transitive description: @@ -977,7 +977,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.0" version: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index b562fd53..c8a34229 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # github action, the current versions are ignored. # - the version number is taken from the git branch release/x.y.z # - the build number is computed by reading the last one from the play store and increased by one -version: 1.4.0+24 +version: 1.4.1+25 environment: sdk: '>=2.12.0 <3.0.0'