From ec216b3ade72af96a244538e9c349ce5886a15b9 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 21 Apr 2015 14:47:58 -0700 Subject: [PATCH] Fix syntax --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 59d854c..4b28cc5 100644 --- a/dub.json +++ b/dub.json @@ -1,10 +1,10 @@ { "name": "dfmt", "description": "Dfmt is a formatter for D source code", - "version": "0.3.0, + "version": "0.3.0", "targetType": "executable", "license": "BSL-1.0", "dependencies": { "libdparse": "~master" - }, + } }