diff --git a/Project.toml b/Project.toml index e90e758..07935f2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AbstractPlutoDingetjes" uuid = "6e696c72-6542-2067-7265-42206c756150" authors = ["Paul Berg ", "Fons van der Plas "] -version = "1.1.0" +version = "1.1.1" [deps] Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" diff --git a/src/AbstractPlutoDingetjes.jl b/src/AbstractPlutoDingetjes.jl index 245d676..57f86b6 100644 --- a/src/AbstractPlutoDingetjes.jl +++ b/src/AbstractPlutoDingetjes.jl @@ -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.