Skip to content

Commit

Permalink
updating stipple deps to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhimanyuAryan committed May 17, 2023
1 parent 699df3e commit 6a279fb
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 = "GenieDevTools"
uuid = "4e5d9629-6565-4102-a9ff-45c707eb060e"
authors = ["essenciary <[email protected]> and contributors"]
version = "2.3.0"
version = "2.4.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -14,7 +14,7 @@ Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"
Genie = "5"
RemoteREPL = "0.2"
Revise = "3"
Stipple = "0.26"
Stipple = "0.27"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 6a279fb

@AbhimanyuAryan
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/83750

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 v2.4.0 -m "<description of version>" 6a279fb496ab9cff202a7676918467eb4e61fecc
git push origin v2.4.0

Please sign in to comment.