Compare commits
5 commits
bb58bfe030
...
016455d8f2
Author | SHA1 | Date | |
---|---|---|---|
016455d8f2 | |||
c65b18a915 | |||
c388d01a2f | |||
aa4260cdb9 | |||
5797e83f07 |
2 changed files with 2 additions and 2 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -11,7 +11,7 @@
|
||||||
"name": "Build & Debug DUB project",
|
"name": "Build & Debug DUB project",
|
||||||
"cwd": "${command:dubWorkingDirectory}",
|
"cwd": "${command:dubWorkingDirectory}",
|
||||||
"program": "bin/${command:dubTarget}",
|
"program": "bin/${command:dubTarget}",
|
||||||
"args": ["create"]
|
"args": ["list"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -1,3 +1,3 @@
|
||||||
module snag.version_;
|
module snag.version_;
|
||||||
|
|
||||||
enum snagVersion = "0.0.10";
|
enum snagVersion = "0.0.11";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue