Skip to content

Commit

Permalink
Merge pull request #214 from KristofferC/tp/bump-defaultapplication
Browse files Browse the repository at this point in the history
DefaultApplication 1.0 was released, bump compat and package version.
  • Loading branch information
tpapp authored Feb 12, 2020
2 parents 95dce68 + f954102 commit e87e240
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,6 +1,6 @@
name = "PGFPlotsX"
uuid = "8314cec4-20b6-5062-9cdb-752b83310925"
version = "1.2.1"
version = "1.2.2"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand All @@ -16,7 +16,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
ArgCheck = "^1"
DataStructures = "^0.17"
DefaultApplication = "^0.1"
DefaultApplication = "1"
DocStringExtensions = "^0.8"
MacroTools = "^0.5"
Parameters = "^0.12"
Expand Down

2 comments on commit e87e240

@tpapp
Copy link
Collaborator Author

@tpapp tpapp commented on e87e240 Feb 12, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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 v1.2.2 -m "<description of version>" e87e24024d03d19edca42911c6445198769fa601
git push origin v1.2.2

Please sign in to comment.