Skip to content

Commit c98a5be

Browse files
committed
Bump version
1 parent 41466a5 commit c98a5be

2 files changed

Lines changed: 21 additions & 8 deletions

File tree

Project.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VPLDocs"
22
uuid = "19246b20-85cd-4f94-a989-28bb6828320f"
33
authors = ["Alejandro Morales Sierra <alejandro.moralessierra@wur.nl> and contributors"]
4-
version = "0.0.5"
4+
version = "0.0.6"
55

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

1617
[compat]
1718
Ecophys = "0.1.0"
18-
PlantGeomPrimitives = "0.0.2"
19-
PlantGeomTurtle = "0.0.3"
19+
PlantGeomPrimitives = "0.0.3"
20+
PlantGeomTurtle = "0.0.4"
2021
PlantGraphs = "0.0.2"
21-
PlantRayTracer = "0.0.5"
22+
PlantRayTracer = "0.0.6"
2223
PlantSimEngine = "0.9"
23-
PlantViz = "0.0.5"
24-
SkyDomes = "0.1.4"
24+
PlantViz = "0.0.6"
25+
SkyDomes = "0.1.6"
26+
VirtualPlantLab = "0.0.6"
2527
julia = "1.9"

docs/Project.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[deps]
2-
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
32
Ecophys = "19467474-d12d-47c9-939f-3e50fbfd93ad"
43
PlantGeomPrimitives = "7eef3cc5-4580-4ff0-8f6f-933507db6664"
54
PlantGeomTurtle = "7d6e2781-1c99-4c66-97ec-106669f3e96e"
@@ -8,4 +7,16 @@ PlantRayTracer = "78485975-e4aa-407d-b3bb-ded5a4265d05"
87
PlantSimEngine = "9a576370-710b-4269-adf9-4f603a9c6423"
98
PlantViz = "358bd95d-d12c-439f-94b7-04b17e500c7f"
109
SkyDomes = "1838625c-7cf7-40c6-898b-904883e4b556"
11-
VPLDocs = "19246b20-85cd-4f94-a989-28bb6828320f"
10+
VirtualPlantLab = "b977ecfa-1b9a-418d-909d-4ebe565736ce"
11+
12+
[compat]
13+
Ecophys = "0.1.0"
14+
PlantGeomPrimitives = "0.0.3"
15+
PlantGeomTurtle = "0.0.4"
16+
PlantGraphs = "0.0.2"
17+
PlantRayTracer = "0.0.6"
18+
PlantSimEngine = "0.9"
19+
PlantViz = "0.0.6"
20+
SkyDomes = "0.1.6"
21+
VirtualPlantLab = "0.0.6"
22+
julia = "1.9"

0 commit comments

Comments
 (0)