diff --git a/client/package.json b/client/package.json index 3b56c2636..c9e88856f 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "install:canary": "yarn add @latitudegames/thoth-core@canary" }, "dependencies": { - "@latitudegames/thoth-core": "0.0.34", + "@latitudegames/thoth-core": "0.0.33", "@material-ui/core": "^4.12.1", "@material-ui/icons": "^4.11.2", "@monaco-editor/react": "^4.2.1", diff --git a/core/package.json b/core/package.json index 1ea20ae85..cc94ef422 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@latitudegames/thoth-core", - "version": "0.0.35", + "version": "0.0.36", "description": "core shared code for thoth", "main": "dist/index.js", "module": "dist/index.esm.js",