Export fastEpochTime().

Bump version 2.0.5.
This commit is contained in:
cheatfate 2018-07-25 21:42:08 +03:00
parent bd6658d3d3
commit 7598387279
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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"