diff --git a/.gitmodules b/.gitmodules index 2f40f79..b59d844 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,7 @@ branch = tag/0.2.0 [submodule "grok"] path = grok - url = git+ssh://git@github.com/disruptek/grok + url = https://github.com/disruptek/grok branch = master [submodule "packedjson"] path = packedjson diff --git a/jason.nimble b/jason.nimble index 2a32014..7372e3e 100644 --- a/jason.nimble +++ b/jason.nimble @@ -1,4 +1,4 @@ -version = "0.3.0" +version = "0.3.1" author = "disruptek" description = "compile-time json" license = "MIT"