Skip to content

Commit

Permalink
Up version and compat
Browse files Browse the repository at this point in the history
  • Loading branch information
VEZY committed Sep 16, 2022
1 parent 1740c44 commit 66ca99d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlantGeom"
uuid = "5edaa67e-25db-4eb9-bf81-05d793b2238d"
authors = ["remi.vezy <[email protected]> and contributors"]
version = "0.3.1"
version = "0.4.0"

[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Expand All @@ -24,9 +24,9 @@ CoordinateTransformations = "0.6"
EzXML = "1"
GeometryBasics = "0.4"
Makie = "0.15, 0.16, 0.17"
MeshViz = "0.3, 0.4"
Meshes = "0.19, 0.20, 0.21, 0.22"
MultiScaleTreeGraph = "0.3, 0.4, 0.5"
MeshViz = "0.4, 0.5"
Meshes = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
MultiScaleTreeGraph = "0.3, 0.4, 0.5, 0.6, 0.7"
RecipesBase = "1"
StaticArrays = "1"
julia = "1.6"
Expand Down

2 comments on commit 66ca99d

@VEZY
Copy link
Owner Author

@VEZY VEZY commented on 66ca99d Sep 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/68411

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" 66ca99d427bee58495e9be07101c2225eb4f5449
git push origin v0.4.0

Please sign in to comment.