Skip to content

Commit

Permalink
version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benbierens committed Aug 14, 2024
1 parent 12c3566 commit 32df0f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Use the [Nimble][2] package manager to add asynctest to an existing project.
Add the following to its .nimble file:

```nim
requires "asynctest >= 0.5.1 & < 0.6.0"
requires "asynctest >= 0.5.2 & < 0.6.0"
```

Usage
Expand Down
2 changes: 1 addition & 1 deletion asynctest.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.5.1"
version = "0.5.2"
author = "asynctest Authors"
description = "Test asynchronous code"
license = "MIT"
Expand Down

0 comments on commit 32df0f1

Please sign in to comment.