Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk authored Jul 25, 2019
1 parent 43104a0 commit 16000c9
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,7 +1,7 @@
name = "PGFPlots"
uuid = "3b7a836e-365b-5785-a47d-02c71176b4aa"
repo = "https://github.com/JuliaTeX/PGFPlots.jl.git"
version = "3.1.2"
version = "3.1.3"

[deps]
ColorBrewer = "a2cac450-b92f-5266-8821-25eda20663c8"
Expand Down

2 comments on commit 16000c9

@mykelk
Copy link
Member Author

@mykelk mykelk commented on 16000c9 Jul 25, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Added support for MatrixPlot.

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v3.1.3 -m "<description of version>" 16000c93bf7ebd70f379f66c21699f1396c8a733
git push origin v3.1.3

Please sign in to comment.