Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jan 25, 2023
1 parent d987000 commit 2646b65
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 = "MeshPlots"
uuid = "de9684d3-f81f-49d9-ae9e-c828b202dea9"
authors = ["Elias Carvalho <[email protected]> and contributors"]
version = "0.1.4"
version = "0.1.5"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand All @@ -11,7 +11,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
CategoricalArrays = "0.10"
Meshes = "0.23, 0.24, 0.25, 0.26"
Meshes = "0.27"
RecipesBase = "1.1"
Tables = "1.7"
julia = "1.6"

2 comments on commit 2646b65

@juliohm
Copy link
Member Author

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

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.1.5 -m "<description of version>" 2646b6517554a7622c3646f7b7ead0f630956ebb
git push origin v0.1.5

Please sign in to comment.