Skip to content

Commit

Permalink
follow update of ExtendableGrids.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Sep 11, 2020
1 parent 81529b5 commit 8ef56ec
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 = "VoronoiFVM"
uuid = "82b139dc-5afc-11e9-35da-9b9bdfd336f3"
authors = ["Juergen Fuhrmann <[email protected]>"]
version = "0.8.5"
version = "0.8.6"

[deps]
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
Expand All @@ -20,7 +20,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
DiffResults = "^1.0.0"
DocStringExtensions = "^0.8.0"
ExtendableGrids = "^0.2.3"
ExtendableGrids = "^0.3.0"
ExtendableSparse = "^0.3.0"
ForwardDiff = "^0.10.0"
IterativeSolvers = "^0.8.0"
Expand Down

2 comments on commit 8ef56ec

@j-fu
Copy link
Member Author

@j-fu j-fu commented on 8ef56ec Sep 11, 2020

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

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.8.6 -m "<description of version>" 8ef56ec13a3752f567c153a24eacf906a6e6b3c3
git push origin v0.8.6

Please sign in to comment.