Skip to content

Commit

Permalink
Bump the [compat] entry for JSONWebTokens (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored May 23, 2021
1 parent 69b77be commit 465e6ad
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 = "SMARTBackendServices"
uuid = "78af60b6-7677-4c75-8291-bd270d1b4390"
authors = ["Dilum Aluthge", "contributors"]
version = "1.0.0"
version = "1.0.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -17,7 +17,7 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
HTTP = "0.9.3"
HealthBase = "1.0.1"
JSON3 = "1.5.1"
JSONWebTokens = "0.3.4"
JSONWebTokens = "0.3.4, 1"
TimeZones = "1.5.3"
URIs = "1.2"
julia = "1.5"
Expand Down

2 comments on commit 465e6ad

@DilumAluthge
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/37305

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.0.1 -m "<description of version>" 465e6adee8cebcd62e68e97375664a399c0a3fe2
git push origin v1.0.1

Please sign in to comment.