diff --git a/.gitmodules b/.gitmodules index 80ec1e2e..9a920111 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "libclangmm"] path = libclangmm url = https://github.com/cppit/libclangmm + branch = v0.9.6 [submodule "tiny-process-library"] path = tiny-process-library url = https://github.com/eidheim/tiny-process-library + branch = v1.0.4 diff --git a/src/files.h b/src/files.h index e837544a..e1d84ef9 100644 --- a/src/files.h +++ b/src/files.h @@ -2,7 +2,7 @@ #define JUCI_FILES_H_ #include -#define JUCI_VERSION "1.1.2-1" +#define JUCI_VERSION "1.1.3" const std::string configjson = "{\n"