Skip to content

Commit

Permalink
set version v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Apr 2, 2024
1 parent 990456a commit b4a8eb4
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 = "StippleUI"
uuid = "a3c5d34a-b254-4859-a8fa-b86abb7e84a3"
authors = ["Adrian Salceanu <[email protected]>"]
version = "0.23.0"
version = "0.23.1"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down
2 changes: 1 addition & 1 deletion src/Tables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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...;
Expand Down

0 comments on commit b4a8eb4

Please sign in to comment.