Testing: Dependency Updating

This commit is contained in:
PentagonLP 2021-05-31 20:01:59 +02:00
parent 0f6e635492
commit d4d98511a6
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
comment = "Emtpy package to test cctp", comment = "Emtpy package to test cctp",
author = "PentagonLP", author = "PentagonLP",
website = "https://github.com/PentagonLP/ccpt", website = "https://github.com/PentagonLP/ccpt",
newestversion = "1.0", newestversion = "1.1",
dependencies = { dependencies = {
tp2 = "1.0" tp2 = "1.0"
}, },

View File

@ -5,6 +5,7 @@
website = "https://github.com/PentagonLP/ccpt", website = "https://github.com/PentagonLP/ccpt",
newestversion = "1.2", newestversion = "1.2",
dependencies = { dependencies = {
tp1 = "1.1"
}, },
install = { install = {
url = "https://raw.githubusercontent.com/PentagonLP/properprint/main/properprint", url = "https://raw.githubusercontent.com/PentagonLP/properprint/main/properprint",