diff --git a/asyncdispatch2.nim b/asyncdispatch2.nim index c4e34b47..d46ad15d 100644 --- a/asyncdispatch2.nim +++ b/asyncdispatch2.nim @@ -6,5 +6,6 @@ # Apache License, version 2.0, (LICENSE-APACHEv2) # MIT license (LICENSE-MIT) -import asyncdispatch2/[asyncloop, asyncfutures2, asyncsync, handles, transport] -export asyncloop, asyncfutures2, asyncsync, handles, transport +import asyncdispatch2/[asyncloop, asyncfutures2, asyncsync, handles, transport, + timer] +export asyncloop, asyncfutures2, asyncsync, handles, transport, timer diff --git a/asyncdispatch2.nimble b/asyncdispatch2.nimble index 54cf1a7b..372c6175 100644 --- a/asyncdispatch2.nimble +++ b/asyncdispatch2.nimble @@ -1,5 +1,5 @@ packageName = "asyncdispatch2" -version = "2.0.4" +version = "2.0.5" author = "Status Research & Development GmbH" description = "Asyncdispatch2" license = "Apache License 2.0 or MIT"