From 469a7a742deae4c8a7131c8d08df0a6f44d436c4 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Tue, 22 May 2018 01:23:21 +0300 Subject: [PATCH] Bump version. --- asyncdispatch2.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncdispatch2.nimble b/asyncdispatch2.nimble index b2af0475..5d841248 100644 --- a/asyncdispatch2.nimble +++ b/asyncdispatch2.nimble @@ -1,5 +1,5 @@ packageName = "asyncdispatch2" -version = "0.1.0" +version = "2.0.1" author = "Status Research & Development GmbH" description = "Asyncdispatch2" license = "Apache License 2.0 or MIT"