From 82ebce76d01f24faf3ebdc3e4c0eb40cae0b49a6 Mon Sep 17 00:00:00 2001 From: PentagonLP Date: Mon, 31 May 2021 20:08:58 +0200 Subject: [PATCH] Testing: Dependency Updating #2 --- testing/testpackage1.ccpt | 2 +- testing/testpackage3.ccpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/testpackage1.ccpt b/testing/testpackage1.ccpt index 430de75..714cbdf 100644 --- a/testing/testpackage1.ccpt +++ b/testing/testpackage1.ccpt @@ -3,7 +3,7 @@ comment = "Emtpy package to test cctp", author = "PentagonLP", website = "https://github.com/PentagonLP/ccpt", - newestversion = "1.1", + newestversion = "1.2", dependencies = { tp2 = "1.0" }, diff --git a/testing/testpackage3.ccpt b/testing/testpackage3.ccpt index 9e9d50e..f95efb0 100644 --- a/testing/testpackage3.ccpt +++ b/testing/testpackage3.ccpt @@ -5,7 +5,7 @@ website = "https://github.com/PentagonLP/ccpt", newestversion = "1.2", dependencies = { - tp1 = "1.1" + tp1 = "1.2" }, install = { url = "https://raw.githubusercontent.com/PentagonLP/properprint/main/properprint",