diff --git a/Cargo.lock b/Cargo.lock index a310d01..2b20ee8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1228,7 +1228,7 @@ dependencies = [ [[package]] name = "datex-core-js" -version = "0.0.2" +version = "0.0.3" dependencies = [ "async-trait", "datex-core", diff --git a/deno.json b/deno.json index 611523c..3802f28 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@unyt/datex", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "exports": "./src/mod.ts", "compilerOptions": { diff --git a/rs-lib/Cargo.toml b/rs-lib/Cargo.toml index 9112819..701a318 100644 --- a/rs-lib/Cargo.toml +++ b/rs-lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "datex-core-js" -version = "0.0.2" +version = "0.0.3" authors = [ "Benedikt Strehle ", "Jonas Strehle ", diff --git a/src/runtime/runtime.ts b/src/runtime/runtime.ts index cf1181a..1f2f941 100644 --- a/src/runtime/runtime.ts +++ b/src/runtime/runtime.ts @@ -2,7 +2,7 @@ import type { JSComHub, JSMemory, JSRuntime } from "../datex-core.ts"; import { execute, execute_internal, init_runtime } from "../datex-core.ts"; // auto-generated version - do not edit: -const VERSION: string = "0.0.2"; +const VERSION: string = "0.0.3"; interface DebugFlags { allow_unsigned_blocks?: boolean;