Am 04.03.2016 um 01:17 schrieb Erik Smith:

For some reason, my project isn't picking up the version tags in github (v0.0.1, v0.0.2). The latest version shown on the dub detail page is ~master.

Any ideas on that?

For 0.0.1 it lists an error because the package name was still "ddb"
back then (you can view the errors under "My Packages" on
code.dlang.org). This is basically safe to ignore.

The problem with 0.0.2 is that you have a typo in the tag name - an
additional dot after the "v": v.0.0.2 - It simply doesn't recognize the
tag name as a version due to that.