Hi,

following the dub / code.dlang.org policy, I added a version tag to one of my projects: Pegged.

http://code.dlang.org/packages/pegged

The github repo now has a "v0.1.0" tag.

Now, the package was registered by Sönke, not by me. So how do I change the

"dependencies": {
    "pegged": "~master"

description in the project installation section to

"dependencies": {
    "pegged": "~>0.1.0"

or something equivalent?