Skip to content

Commit

Permalink
Important typo, thanks @Pangoraw for pointing this out
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 9, 2021
1 parent 30f4f76 commit a075180
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 = "AbstractPlutoDingetjes"
uuid = "6e696c72-6542-2067-7265-42206c756150"
authors = ["Paul Berg <paul@plutojl.org>", "Fons van der Plas <fons@plutojl.org>"]
version = "1.1.0"
version = "1.1.1"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractPlutoDingetjes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ PlutoAbstractDingetjes.Bonds.possible_values(s::MySlider) = PlutoAbstractDingetj
```
!!! info "Note about `transform_value`"
If you are also using [`transform_value`](@ref) for your widget, then the values returned by `possible_values` should be the values **after** transformation.
If you are also using [`transform_value`](@ref) for your widget, then the values returned by `possible_values` should be the values **before** transformation.
!!! compat "Pluto TODO"
This feature only works in Pluto version TODO: NOT RELEASED YET or above.
Expand Down

2 comments on commit a075180

@fonsp
Copy link
Member Author

@fonsp fonsp commented on a075180 Nov 9, 2021

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

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.1 -m "<description of version>" a075180a62a3395ac5b2fcd8e30eede51cb7cd74
git push origin v1.1.1

Please sign in to comment.