diff --git a/Project.toml b/Project.toml index 141d05a3..b8b2518d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StippleUI" uuid = "a3c5d34a-b254-4859-a8fa-b86abb7e84a3" authors = ["Adrian Salceanu "] -version = "0.23.0" +version = "0.23.1" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" diff --git a/src/Tables.jl b/src/Tables.jl index e7babf60..8a09933a 100644 --- a/src/Tables.jl +++ b/src/Tables.jl @@ -469,7 +469,7 @@ table(:table, template(@slot(:body-cell, :props), [ ) ])) ``` -Note the `@slot` macro, which is available from Stipple v0.29.1 on. Otherwise use `var"v-slot:body-cell" = "props"`. +Note the use of the `@slot` macro, which is available from Stipple v0.28.8 on. Otherwise use `var"v-slot:body-cell" = "props"`. """ function table( fieldname::Symbol, args...;