Skip to content

Commit

Permalink
chore: Bump to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhorn committed Dec 5, 2023
1 parent 64a3b76 commit 68c3aec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.6

Attempt to fix release workflow file (again).

## 0.0.5

Add a `showSimpleDatePickerDialog` function for selecting a single date in a dialog.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.5"
version: "0.0.6"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.0.5
version: 0.0.6

environment:
sdk: ">=3.0.0 <4.0.0"
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: simple_date_range_picker
description: A simple, stylish date range picker component for Flutter.
version: 0.0.5
version: 0.0.6
homepage: "https://www.github.com/andyhorn/simple_date_range_picker"

environment:
Expand Down

0 comments on commit 68c3aec

Please sign in to comment.