diff --git a/.gitmodules b/.gitmodules index 8dede804..289c037e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -56,11 +56,11 @@ [submodule "repos/Ohmer"] path = repos/Ohmer url = https://github.com/DomiKamu/Ohmer-Modules.git - branch = 060dev + branch = master [submodule "repos/PvC"] path = repos/PvC url = https://github.com/phdsg/PvC.git - branch = master + branch = release [submodule "repos/RJModules"] path = repos/RJModules url = https://github.com/Miserlou/RJModules @@ -177,3 +177,7 @@ path = repos/ParableInstruments url = https://github.com/adbrant/ArableInstruments.git branch = parable +[submodule "repos/KoralfxVCV"] + path = repos/KoralfxVCV + url = https://github.com/koralfx/KoralfxVCV + branch = master diff --git a/manifests/FrozenWasteland.json b/manifests/FrozenWasteland.json index 557ae51f..80a75b06 100644 --- a/manifests/FrozenWasteland.json +++ b/manifests/FrozenWasteland.json @@ -1,10 +1,11 @@ { "name": "Frozen Wasteland", - "author": "almostEric", + "author": "Eric Sterling", "license": "CC0-1.0", "manualUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", "sourceUrl": "https://github.com/almostEric/FrozenWasteland", "donateUrl": "https://paypal.me/FrozenWasteland", "latestVersion": "0.6.0", - "status": "available" -} \ No newline at end of file + "status": "available", + "repoVersion": "0.6.1" +} diff --git a/manifests/KoralfxVCV.json b/manifests/KoralfxVCV.json new file mode 100644 index 00000000..9b03c539 --- /dev/null +++ b/manifests/KoralfxVCV.json @@ -0,0 +1,8 @@ +{ + "name": "KoralfxVCV", + "author": "Tomek Sosnowski", + "license": "proprietary", + "sourceUrl": "https://github.com/koralfx/KoralfxVCV", + "manualUrl": "https://github.com/koralfx/KoralfxVCV/blob/master/README.md", + "donateUrl": "https://www.paypal.me/koralfx/" +} diff --git a/repos/KoralfxVCV b/repos/KoralfxVCV new file mode 160000 index 00000000..c78c38ec --- /dev/null +++ b/repos/KoralfxVCV @@ -0,0 +1 @@ +Subproject commit c78c38ec5d810a983fcc44859d04ca7b38254ec0 diff --git a/repos/Ohmer b/repos/Ohmer index 3ab80d4e..5147459b 160000 --- a/repos/Ohmer +++ b/repos/Ohmer @@ -1 +1 @@ -Subproject commit 3ab80d4e8550d854055311ce4cfb985fcbab4c80 +Subproject commit 5147459b4b9ed614dab05f56c2725eec63394ae4