Skip to content

Commit

Permalink
API change requires minor value to be incremented.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-laforge committed Mar 24, 2021
1 parent 570721c commit 0e62d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "InspectDR"
uuid = "d0351b0e-4b05-5898-87b3-e2a8edfddd1d"
version = "0.3.11"
version = "0.4.0"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down

2 comments on commit 0e62d62

@ma-laforge
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Change layout API to be proportional to w & h.

Also specify BoundingBox[] @ Multiplot level.

@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/32757

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>" 0e62d627bda7e60e4706c008a980b6158d343c20
git push origin v0.4.0

Please sign in to comment.