Skip to content

Commit

Permalink
Bump Meshes compat
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner authored Jun 14, 2023
1 parent 0cc42d6 commit 41eaae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Jutul"
uuid = "2b460a1a-8a2b-45b2-b125-b5c536396eb9"
authors = ["Olav Møyner <[email protected]>"]
version = "0.2.8"
version = "0.2.9"

[deps]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
Expand Down Expand Up @@ -74,7 +74,7 @@ LoopVectorization = "0.12.115"
MAT = "0.10.3"
Makie = "0.19.0"
MappedArrays = "0.4.1"
Meshes = "0.28.0"
Meshes = "0.28.0, 0.29, 0.30, 0.31"
Metis = "1.1.0"
MultiComponentFlash = "1.1.3"
NetworkLayout = "0.4.5"
Expand Down

2 comments on commit 41eaae8

@moyner
Copy link
Member Author

@moyner moyner commented on 41eaae8 Jun 14, 2023

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/85605

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.2.9 -m "<description of version>" 41eaae8d218d12bd2f2a202a4c5a41b9a7759727
git push origin v0.2.9

Please sign in to comment.