From d0b1fbb7ff19aa5a4f7392ab8c9ff02539c5b5ca Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 17 Mar 2015 17:06:27 -0700 Subject: [PATCH] Update dub file --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 27a31da..ce4a178 100644 --- a/dub.json +++ b/dub.json @@ -1,7 +1,7 @@ { "name": "dfmt", "description": "Dfmt is a formatter for D source code", - "version": "0.2.0", + "version": "0.2.1", "targetType": "executable", "dependencies": { "libdparse": "~master"