Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
edufolly committed Sep 24, 2021
1 parent e9b4fd6 commit 60fc919
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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/

Expand Down

0 comments on commit 60fc919

Please sign in to comment.