Fix version numbers

This commit is contained in:
Hackerpilot 2015-04-21 14:44:34 -07:00
parent fca4fc942d
commit ebf358abba
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "dfmt", "name": "dfmt",
"description": "Dfmt is a formatter for D source code", "description": "Dfmt is a formatter for D source code",
"version": "0.2.2", "version": "0.3.0,
"targetType": "executable", "targetType": "executable",
"license": "BSL-1.0", "license": "BSL-1.0",
"dependencies": { "dependencies": {

View File

@ -62,7 +62,6 @@ else
"indent_style|t", &optConfig.indent_style, "indent_style|t", &optConfig.indent_style,
"inplace", &inplace, "inplace", &inplace,
"max_line_length", &optConfig.max_line_length, "max_line_length", &optConfig.max_line_length,
"max_line_length", &optConfig.max_line_length,
"outdent_attributes", &handleBooleans, "outdent_attributes", &handleBooleans,
"outdent_labels", &handleBooleans, "outdent_labels", &handleBooleans,
"space_after_cast", &handleBooleans, "space_after_cast", &handleBooleans,
@ -144,7 +143,7 @@ else
private void printHelp() private void printHelp()
{ {
writeln(`dfmt 0.3.0-dev writeln(`dfmt 0.3.0
Options: Options:
--help | -h Print this help message --help | -h Print this help message