diff --git a/.vscode/launch.json b/.vscode/launch.json index 03d6784..3e2eea1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "name": "Build & Debug DUB project", "cwd": "${command:dubWorkingDirectory}", "program": "bin/${command:dubTarget}", - "args": ["list"] + "args": ["create"] } ] } \ No newline at end of file diff --git a/source/snag/version_.d b/source/snag/version_.d index 2c89ac7..82e9fc2 100644 --- a/source/snag/version_.d +++ b/source/snag/version_.d @@ -1,3 +1,3 @@ module snag.version_; -enum snagVersion = "0.0.11"; +enum snagVersion = "0.0.10";