From 7598387279eaa8487661d6f68d6564cc03b7da6c Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 25 Jul 2018 21:42:08 +0300 Subject: [PATCH] Export fastEpochTime(). Bump version 2.0.5. --- asyncdispatch2.nim | 5 +++-- asyncdispatch2.nimble | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/asyncdispatch2.nim b/asyncdispatch2.nim index c4e34b4..d46ad15 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 54cf1a7..372c617 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"