diff --git a/CMakeLists.txt b/CMakeLists.txt index 9806065..1ebc4bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -378,6 +378,5 @@ if(EMSCRIPTEN) install(FILES "$/xsqlite.js" "$/xsqlite.wasm" - DESTINATION ${XJUPYTER_DATA_DIR}/kernels/xsqlite) - + DESTINATION ${CMAKE_INSTALL_BINDIR}) endif() \ No newline at end of file diff --git a/include/xeus-sqlite/xeus_sqlite_config.hpp b/include/xeus-sqlite/xeus_sqlite_config.hpp index 24342c5..b1b52be 100644 --- a/include/xeus-sqlite/xeus_sqlite_config.hpp +++ b/include/xeus-sqlite/xeus_sqlite_config.hpp @@ -13,7 +13,7 @@ // Project version #define XSQLITE_VERSION_MAJOR 0 #define XSQLITE_VERSION_MINOR 6 -#define XSQLITE_VERSION_PATCH 1 +#define XSQLITE_VERSION_PATCH 2 // Composing the version string from major, minor and patch #define XSQLITE_CONCATENATE(A, B) XSQLITE_CONCATENATE_IMPL(A, B) diff --git a/share/jupyter/kernels/xsqlite/kernel.json.in b/share/jupyter/kernels/xsqlite/kernel.json.in index 522d434..b848f35 100644 --- a/share/jupyter/kernels/xsqlite/kernel.json.in +++ b/share/jupyter/kernels/xsqlite/kernel.json.in @@ -7,6 +7,5 @@ ], "language": "sqlite", "metadata":{ - "wasm_name" : "xsqlite" } }