From 505aec2972733d85c5a6c8bad30bb4930a0575ab Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Wed, 6 May 2020 13:29:37 +0200 Subject: [PATCH] Set version to v1.4.0 --- Project.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Project.toml b/Project.toml index dc0d643..926ff5a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,32 +1,32 @@ name = "PkgDev" uuid = "149e707d-584d-56d3-88ec-740c18e106ff" -version = "1.3.2-DEV" +version = "1.4.0" [deps] -Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" -DocumentFormat = "ffa9a821-9c82-50df-894e-fbcef3ed31cd" -FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f" -GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26" -JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" -LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" PkgButlerEngine = "5c9c0fc8-7103-448b-bb0a-c427020e3b0b" +UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" +GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26" +DocumentFormat = "ffa9a821-9c82-50df-894e-fbcef3ed31cd" RegistryTools = "d1eb7eb1-105f-429d-abf5-b0f65cb9e2c4" +JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" +LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433" +Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" +FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f" URIParser = "30578b45-9adc-5946-b283-645ec420af67" -UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -DocumentFormat = "1.1, 2.0" -FilePathsBase = "0.6, 0.7, 0.8, 0.9" GitHub = "5.1.1" JSON = "0.21" +julia = "1" +FilePathsBase = "0.6, 0.7, 0.8, 0.9" +DocumentFormat = "1.1, 2.0" PkgButlerEngine = "1.2" RegistryTools = "1" URIParser = "0.4" -julia = "1" - -[extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test"]