diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index edb76b9..3603e77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "schemas"] - path = schemas + path = schemas/1.x + url = ../hydrilla-json-schemas/ +[submodule "hydrilla-json-schemas-2.x"] + path = schemas/2.x url = ../hydrilla-json-schemas/ |