From 6a7a12ff9dd18c3a99098a938eef7ec98a6e14d0 Mon Sep 17 00:00:00 2001 From: yamadapc Date: Wed, 9 Jul 2014 23:26:57 -0300 Subject: [PATCH] Add version number to the dub.json I'm not sure this is supported, but it should be. --- dub.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dub.json b/dub.json index 71fffae..04024b2 100644 --- a/dub.json +++ b/dub.json @@ -1,6 +1,7 @@ { "name": "colorize", "description": "A port of Ruby's colorize library to D.", + "version": "0.0.1", "copyright": "Copyright © 2014, Pedro Tacla Yamada", "authors": [ "Pedro Tacla Yamada"