Fix version numbers
This commit is contained in:
parent
fca4fc942d
commit
ebf358abba
2
dub.json
2
dub.json
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue