Skip to content

Commit

Permalink
deps bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Salceanu committed Oct 28, 2021
1 parent 8665444 commit 26e50d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "GenieAuthentication"
uuid = "e115e502-7e3a-11e9-29b2-aba8be6c6778"
authors = ["Adrian Salceanu <e@essenciary.com>"]
version = "1.0.1"
version = "1.1"

[deps]
Genie = "c43c736e-a2d1-11e8-161f-af95117fbd1e"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
SearchLight = "340e8cb6-72eb-11e8-37ce-c97ebeb32050"

[compat]
Genie = "1, 2, 3"
SearchLight = "0.21, 0.22, 1, 2"
julia = "1"
Genie = "3, 4"
SearchLight = "1, 2"
julia = "1.6"

2 comments on commit 26e50d0

@essenciary
Copy link
Member

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/47944

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.0 -m "<description of version>" 26e50d08b3b54cc8158ad5ec5998856b5b61667c
git push origin v1.1.0

Please sign in to comment.