Skip to content

Commit

Permalink
Update GitForge version; new version of Registrator
Browse files Browse the repository at this point in the history
  • Loading branch information
nkottary committed Jul 21, 2020
1 parent 50cb591 commit 8e41133
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 = "Registrator"
uuid = "4418983a-e44d-11e8-3aec-9789530b3b3e"
authors = ["Stefan Karpinski <stefan@karpinski.org>"]
version = "1.2.0"
version = "1.2.1"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Expand All @@ -28,7 +28,7 @@ ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"

[compat]
AutoHashEquals = "0.2"
GitForge = "~0.1.5"
GitForge = "~0.1.6"
GitHub = "5"
HTTP = "0.8"
JSON = "0.20, 0.21"
Expand Down

2 comments on commit 8e41133

@nkottary
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/18224

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 v1.2.1 -m "<description of version>" 8e41133c81f99622597b64b5db349df8e3662288
git push origin v1.2.1

Please sign in to comment.