diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5731ed6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## 1.0.0+1 + +- Added CHANGELOG.md + +## 1.0.0 + +- Initial release diff --git a/pubspec.yaml b/pubspec.yaml index de18704..1605e0f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: scroll_forwarder description: Forwards unclaimed pointer scroll input to a target scroll position. -version: 1.0.0 +version: 1.0.0+1 repository: https://github.com/hanskokx/scroll_forwarder issue_tracker: https://github.com/hanskokx/scroll_forwarder/issues