From d20f5cf2b552ef0bf06249158b5885fb052c983d Mon Sep 17 00:00:00 2001
From: Cecile Ane <cecileane@users.noreply.github.com>
Date: Fri, 17 Jun 2022 15:30:37 -0500
Subject: [PATCH] compat: PhyloNetworks v0.15 and higher

PhyloNetwork's documentation requires PhyloPlots.
when releasing a new version of PhyloNetworks, the documentation fails if PhyloPlots fails to accept the new version.
---
 Project.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Project.toml b/Project.toml
index f6f3d44..d205e0f 100644
--- a/Project.toml
+++ b/Project.toml
@@ -1,7 +1,7 @@
 name = "PhyloPlots"
 uuid = "c0d5b6db-e3fc-52bc-a87d-1d050989ed3b"
 license = "MIT"
-version = "0.3.1"
+version = "0.3.2"
 
 [deps]
 ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
@@ -18,9 +18,9 @@ ColorTypes = "0.7, 0.8, 0.9, 0.10, 0.11"
 Colors = "0.9, 0.10, 0.11, 0.12"
 DataFrames = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0"
 Gadfly = "1.0, 1.1, 1.2, 1.3"
-PhyloNetworks = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14"
+PhyloNetworks = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 1" # extras to let PN build its documentation of new releases
 RCall = "0.11, 0.12, 0.13"
-julia = "0.7, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
+julia = "0.7, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7"
 
 [extras]
 Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"