diff --git a/Project.toml b/Project.toml index 722f387..0358b76 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Dash" uuid = "1b08a953-4be3-4667-9a23-3db579824955" authors = ["Chris Parmer ", "Alexandr Romanenko "] -version = "0.1.2" +version = "0.1.3" [deps] CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" diff --git a/src/Dash.jl b/src/Dash.jl index 1a8316e..f1a7dca 100644 --- a/src/Dash.jl +++ b/src/Dash.jl @@ -15,7 +15,7 @@ export dash, Component, Front, callback!, enable_dev_tools!, ClientsideFunction, run_server, PreventUpdate, no_update, @var_str, Input, Output, State, make_handler, callback_context, -ALL, MATCH, ALLSMALLER +ALL, MATCH, ALLSMALLER, DashBase include("Contexts/Contexts.jl") include("env.jl")