diff --git a/.vscode/launch.json b/.vscode/launch.json index 3e2eea1..03d6784 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": ["create"] + "args": ["list"] } ] } \ No newline at end of file diff --git a/source/snag/version_.d b/source/snag/version_.d index 82e9fc2..2c89ac7 100644 --- a/source/snag/version_.d +++ b/source/snag/version_.d @@ -1,3 +1,3 @@ module snag.version_; -enum snagVersion = "0.0.10"; +enum snagVersion = "0.0.11";