Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Serious-senpai committed Dec 24, 2024
1 parent 18af0fe commit b010847
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.0.2
- Update dependencies

# 4.0.1
- Remove duplicate documentation section

Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: async_locks
version: 4.0.1
version: 4.0.2
description: "Synchronization primitives for asynchronous Dart code: Event, Lock and Semaphore"
homepage: https://github.com/Serious-senpai/async-locks
repository: https://github.com/Serious-senpai/async-locks
Expand All @@ -15,3 +15,5 @@ dev_dependencies:
topics:
- async
- concurrency
- lock
- mutex

0 comments on commit b010847

Please sign in to comment.