Skip to content

Commit

Permalink
chore: Bump to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhorn committed Dec 5, 2023
1 parent 5a84101 commit 922aec0
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.7

Fix an overflow issue only appearing in tests.

## 0.0.6

Attempt to fix release workflow file (again).
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.6"
version: "0.0.7"
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.6
version: 0.0.7

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.6
version: 0.0.7
homepage: "https://www.github.com/andyhorn/simple_date_range_picker"

environment:
Expand Down

0 comments on commit 922aec0

Please sign in to comment.