Skip to content

Commit

Permalink
export MultiSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 19, 2020
1 parent 3335cc2 commit d8cefcd
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 = "PlutoUI"
uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
authors = ["Fons van der Plas <fonsvdplas@gmail.com>"]
version = "0.6.0"
version = "0.6.1"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
2 changes: 1 addition & 1 deletion src/Builtins.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Random: randstring

export Slider, NumberField, Button, CheckBox, TextField, Select, FilePicker, Radio
export Slider, NumberField, Button, CheckBox, TextField, Select, MultiSelect, Radio, FilePicker

struct Slider
range::AbstractRange
Expand Down

2 comments on commit d8cefcd

@fonsp
Copy link
Member Author

@fonsp fonsp commented on d8cefcd Aug 19, 2020

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

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

Please sign in to comment.