Skip to content

Commit

Permalink
Merge 3500b06 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 11, 2022
2 parents 35b1eb9 + 3500b06 commit f6eb721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ jobs:
}
EOF
- name: Publish package
run: pub publish -f
run: dart pub publish --force
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.0.0
# 1.0.1

- Added `ParallelScheduler`
- Results of tasks are now `await`ed by the schedulers
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: schedulers
description: Dart library for running asynchronous functions on time. Useful for load balancing, rate limiting, lazy execution.
repository: https://github.com/rtmigo/schedulers

version: 1.0.0
version: 1.0.1

environment:
sdk: ">=2.18.0 <3.0.0" # 2.18 needed for test:1.21.6, that is needed to run JS new tests
Expand Down

0 comments on commit f6eb721

Please sign in to comment.