From e29612543eb6c7148e848e163441ac8035717eee Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Thu, 22 Jun 2023 09:57:05 +0200 Subject: [PATCH] Version 0.4.0 --- Readme.md | 2 +- asynctest.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index f8ba228..3658c78 100644 --- a/Readme.md +++ b/Readme.md @@ -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.3.2 & < 0.4.0" +requires "asynctest >= 0.4.0 & < 0.5.0" ``` Usage diff --git a/asynctest.nimble b/asynctest.nimble index e266e1d..abe5096 100644 --- a/asynctest.nimble +++ b/asynctest.nimble @@ -1,4 +1,4 @@ -version = "0.3.2" +version = "0.4.0" author = "asynctest Authors" description = "Test asynchronous code" license = "MIT"