Skip to content

Commit

Permalink
bump deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Salceanu committed Sep 3, 2024
1 parent ce31781 commit 435ed1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GenieFramework"
uuid = "a59fdf5c-6bf0-4f5d-949c-a137c9e2f353"
authors = ["Adrian Salceanu <[email protected]> and contributors"]
version = "2.2.0"
version = "2.3.0"

[deps]
GarishPrint = "b0ab02a7-8576-43f7-aa76-eaa7c3897c54"
Expand All @@ -23,9 +23,9 @@ GenieDevTools = "2.10.0"
GeniePackageManager = "1.1.0"
Reexport = "1"
Revise = "3"
Stipple = "0.28.13"
Stipple = "0.28.14"
StipplePlotly = "0.13.11"
StippleUI = "0.23.0"
StippleUI = "0.23.4"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 435ed1f

@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/114419

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.3.0 -m "<description of version>" 435ed1ffdfcea8032cd4ac9f33ded6f6b07cedef
git push origin v2.3.0

Please sign in to comment.