Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Oct 10, 2021
1 parent 391ac1b commit 82881f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GridVisualize"
uuid = "5eed8a63-0fb0-45eb-886d-8d5a387d12b8"
authors = ["Juergen Fuhrmann <[email protected]>"]
version = "0.3.3"
version = "0.3.4"

[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Expand All @@ -20,7 +20,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ColorSchemes = "3"
Colors = "0.12,0.13,1"
Colors = "0.12"
DocStringExtensions = "^0.8.0"
ElasticArrays = "1"
ExtendableGrids = "0.7,0.8"
Expand All @@ -29,5 +29,5 @@ Observables = "0.4"
OrderedCollections = "1"
PkgVersion = "0.1"
Requires = "1"
StaticArrays = "0.12,1"
StaticArrays = "1"
julia = "1.3"

2 comments on commit 82881f0

@j-fu
Copy link
Member Author

@j-fu j-fu commented on 82881f0 Oct 10, 2021

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

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.3.4 -m "<description of version>" 82881f070d02b284bc3f2e4ea26241c8c6900382
git push origin v0.3.4

Please sign in to comment.