Skip to content

Commit

Permalink
Bump version (minor, breaking)
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed Oct 5, 2023
1 parent 4340542 commit a588e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlutoPlotly"
uuid = "8e989ff0-3d88-8e9f-f020-2b208a939ff0"
authors = ["Alberto Mengali <[email protected]>"]
version = "0.3.9"
version = "0.4.0"

[deps]
AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150"
Expand Down
2 changes: 1 addition & 1 deletion src/main_struct.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PLOTLY_VERSION = Ref("2.25.2")
const PLOTLY_VERSION = Ref("2.26.2")
const JS = HypertextLiteral.JavaScript

"""
Expand Down

2 comments on commit a588e5c

@disberd
Copy link
Member Author

@disberd disberd commented on a588e5c Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

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

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 v0.4.0 -m "<description of version>" a588e5ceedf1a8c78273c657162459a6b51e82f2
git push origin v0.4.0

Please sign in to comment.