diff --git a/testing/testpackage.ccpt b/testing/testpackage.ccpt index 9f536f2..e0cdf9e 100644 --- a/testing/testpackage.ccpt +++ b/testing/testpackage.ccpt @@ -5,7 +5,7 @@ website = "https://github.com/PentagonLP/ccpt", newestversion = "1.1", dependencies = { - testpackage2 = "1.0" + testpackage2 = "1.1" }, install = { url = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testscript", diff --git a/testing/testpackage2.ccpt b/testing/testpackage2.ccpt index 80c99fe..433050f 100644 --- a/testing/testpackage2.ccpt +++ b/testing/testpackage2.ccpt @@ -3,7 +3,7 @@ comment = "Emtpy package to test cctp", author = "PentagonLP", website = "https://github.com/PentagonLP/ccpt", - newestversion = "1.0", + newestversion = "1.1", dependencies = { }, install = {