From 473e0ead6e1472983934cae45edba0857a9857a1 Mon Sep 17 00:00:00 2001 From: Alexandr Romanenko Date: Mon, 12 Oct 2020 17:09:50 +0300 Subject: [PATCH 1/2] export DashBase --- src/Dash.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") From 88e64f70edbf396e27f31836cffe27bdd0d9f0af Mon Sep 17 00:00:00 2001 From: Alexandr Romanenko Date: Mon, 12 Oct 2020 17:10:46 +0300 Subject: [PATCH 2/2] increase version patch --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"