Skip to content

Commit

Permalink
updated MIMEs version in compat section
Browse files Browse the repository at this point in the history
  • Loading branch information
ndortega committed May 3, 2023
1 parent c9225c1 commit 655eb31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
[compat]
HTTP = "^1"
JSON3 = "^1.9"
MIMEs = "^0"
MIMEs = "^0.1.4"
julia = "^1.6.6"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
HTTP = "^1"
JSON3 = "^1.9"
MIMEs = "^0"
MIMEs = "^0.1.4"
julia = "^1.6.6"

2 comments on commit 655eb31

@ndortega
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 updated: JuliaRegistries/General/82760

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.1.8 -m "<description of version>" 655eb31ce05bdc4bf42b40da8f449124a9fc5302
git push origin v1.1.8

Please sign in to comment.