From c20996146b4a2341c375a9295a800b88ea2bb3b6 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Wed, 18 Mar 2015 18:27:44 -0700 Subject: [PATCH] Update version number --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index ce4a178..46552d3 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.1", + "version": "0.2.2", "targetType": "executable", "dependencies": { "libdparse": "~master"