Closed rclarey closed 4 years ago
I was curious when this will be "released" as part of a new version. Any updates planned?
@shah released as 0.4.0.
Thanks @rclarey !! (Apologies for the long delay in merging.)
@rclarey I've seen you've posted a bunch here so I've added you as a collaborator to udd: you can merge PRs and create releases. 😎 Thanks!!
Thanks @hayd! Is there a specific way we should upgrade or just delete the existing version and then run deno install -A -f -n udd https://deno.land/x/udd/main.ts
?
@shah deno install -A -f -n udd https://deno.land/x/udd@0.4.0/main.ts
should do the trick
Closes #24
@hayd