From bf84542b1f2e4d1caa215cdabeeb5bc58e2c8685 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Wed, 29 Apr 2015 12:16:37 -0700 Subject: [PATCH] 0.3.4 --- dub.json | 2 +- src/dfmt/main.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 67dc3e3..9bf59b5 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.3", + "version": "0.3.4", "targetType": "executable", "license": "BSL-1.0", "dependencies": { diff --git a/src/dfmt/main.d b/src/dfmt/main.d index a29ee71..4141f9a 100644 --- a/src/dfmt/main.d +++ b/src/dfmt/main.d @@ -144,7 +144,7 @@ else private void printHelp() { - writeln(`dfmt 0.3.3 + writeln(`dfmt 0.3.4 Options: --help | -h Print this help message