From 60fc919aa6c179669ed1bcf714e15b530c307862 Mon Sep 17 00:00:00 2001 From: Eduardo Folly Date: Thu, 23 Sep 2021 21:39:06 -0300 Subject: [PATCH] Version bump. --- example/pubspec.lock | 4 ++-- example/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index c426aaf8..882481d7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -160,7 +160,7 @@ packages: path: ".." relative: true source: path - version: "0.3.0+67" + version: "0.3.2+69" font_awesome_flutter: dependency: transitive description: @@ -368,7 +368,7 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.11" + version: "6.0.12" url_launcher_linux: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 106c8ad6..e023c414 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. publish_to: 'none' -version: 0.3.1+68 +version: 0.3.2+69 environment: sdk: ">=2.14.0 <3.0.0" @@ -25,7 +25,7 @@ dependencies: # https://pub.dev/packages/http http: 0.13.3 # https://pub.dev/packages/url_launcher - url_launcher: 6.0.11 + url_launcher: 6.0.12 dev_dependencies: # https://pub.dev/packages/flutter_lints diff --git a/pubspec.yaml b/pubspec.yaml index 57fb5c46..9c4a17d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: folly_fields description: Basic form fields and utilities. -version: 0.3.1+68 +version: 0.3.2+69 # author: homepage: https://edufolly.github.io/folly_fields/