Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AleMorales committed Sep 3, 2024
1 parent 41466a5 commit c98a5be
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
14 changes: 8 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "VPLDocs"
uuid = "19246b20-85cd-4f94-a989-28bb6828320f"
authors = ["Alejandro Morales Sierra <alejandro.moralessierra@wur.nl> and contributors"]
version = "0.0.5"
version = "0.0.6"

[deps]
Ecophys = "19467474-d12d-47c9-939f-3e50fbfd93ad"
Expand All @@ -12,14 +12,16 @@ PlantRayTracer = "78485975-e4aa-407d-b3bb-ded5a4265d05"
PlantSimEngine = "9a576370-710b-4269-adf9-4f603a9c6423"
PlantViz = "358bd95d-d12c-439f-94b7-04b17e500c7f"
SkyDomes = "1838625c-7cf7-40c6-898b-904883e4b556"
VirtualPlantLab = "b977ecfa-1b9a-418d-909d-4ebe565736ce"

[compat]
Ecophys = "0.1.0"
PlantGeomPrimitives = "0.0.2"
PlantGeomTurtle = "0.0.3"
PlantGeomPrimitives = "0.0.3"
PlantGeomTurtle = "0.0.4"
PlantGraphs = "0.0.2"
PlantRayTracer = "0.0.5"
PlantRayTracer = "0.0.6"
PlantSimEngine = "0.9"
PlantViz = "0.0.5"
SkyDomes = "0.1.4"
PlantViz = "0.0.6"
SkyDomes = "0.1.6"
VirtualPlantLab = "0.0.6"
julia = "1.9"
15 changes: 13 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Ecophys = "19467474-d12d-47c9-939f-3e50fbfd93ad"
PlantGeomPrimitives = "7eef3cc5-4580-4ff0-8f6f-933507db6664"
PlantGeomTurtle = "7d6e2781-1c99-4c66-97ec-106669f3e96e"
Expand All @@ -8,4 +7,16 @@ PlantRayTracer = "78485975-e4aa-407d-b3bb-ded5a4265d05"
PlantSimEngine = "9a576370-710b-4269-adf9-4f603a9c6423"
PlantViz = "358bd95d-d12c-439f-94b7-04b17e500c7f"
SkyDomes = "1838625c-7cf7-40c6-898b-904883e4b556"
VPLDocs = "19246b20-85cd-4f94-a989-28bb6828320f"
VirtualPlantLab = "b977ecfa-1b9a-418d-909d-4ebe565736ce"

[compat]
Ecophys = "0.1.0"
PlantGeomPrimitives = "0.0.3"
PlantGeomTurtle = "0.0.4"
PlantGraphs = "0.0.2"
PlantRayTracer = "0.0.6"
PlantSimEngine = "0.9"
PlantViz = "0.0.6"
SkyDomes = "0.1.6"
VirtualPlantLab = "0.0.6"
julia = "1.9"

0 comments on commit c98a5be

Please sign in to comment.