From e16c7bd465f1e489996e99e77ef882bd9ee00e93 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Wed, 29 Apr 2015 00:58:36 -0700 Subject: [PATCH] 0.3.3 --- dub.json | 2 +- src/dfmt/main.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 17be827..67dc3e3 100644 --- a/dub.json +++ b/dub.json @@ -1,7 +1,7 @@ { "name": "dfmt", "description": "Dfmt is a formatter for D source code", - "version": "0.3.2", + "version": "0.3.3", "targetType": "executable", "license": "BSL-1.0", "dependencies": { diff --git a/src/dfmt/main.d b/src/dfmt/main.d index 82613f8..a29ee71 100644 --- a/src/dfmt/main.d +++ b/src/dfmt/main.d @@ -144,7 +144,7 @@ else private void printHelp() { - writeln(`dfmt 0.3.2 + writeln(`dfmt 0.3.3 Options: --help | -h Print this help message