From 7fd8fc395d3e30362edb3e591372ef8891fa8f5e Mon Sep 17 00:00:00 2001 From: George Tollefson Date: Tue, 2 Apr 2019 15:46:19 -0400 Subject: [PATCH] fix(replaceUuidInProjectFile): replaced d7f9f8fa-e687-11e8-2c0b-eb4ab256ef6a with package's metadata-compatible uuid 7f8bf45c-0ad5-53b5-97e6-33c1305e0aa4 make build pass for METADATA.jl pull request --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1fe6b18..63f118a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,5 +1,5 @@ name = "VariantVisualization" -uuid = "d7f9f8fa-e687-11e8-2c0b-eb4ab256ef6a" +uuid = "7f8bf45c-0ad5-53b5-97e6-33c1305e0aa4" authors = ["George Tollefson "] version = "0.3.2"