Skip to content

Commit

Permalink
No compat with genie 5
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Jul 25, 2022
1 parent 456d1aa commit 08522cc
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,14 +1,14 @@
name = "GenieAuthentication"
uuid = "e115e502-7e3a-11e9-29b2-aba8be6c6778"
authors = ["Adrian Salceanu <e@essenciary.com>"]
version = "1.2"
version = "1.2.1"

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

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

2 comments on commit 08522cc

@essenciary
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/64950

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>" 08522cc66fd30948a6ce0caaf70aa8cae31bf589
git push origin v1.2.1

Please sign in to comment.