diff --git a/cli/deno.json b/cli/deno.json index 1adb3968..a6a07e19 100644 --- a/cli/deno.json +++ b/cli/deno.json @@ -1,6 +1,6 @@ { "name": "@molt/cli", - "version": "0.19.2", + "version": "0.19.3", "exports": { ".": "./main.ts" }, diff --git a/core/deno.json b/core/deno.json index fa85344d..4d5a586e 100644 --- a/core/deno.json +++ b/core/deno.json @@ -1,6 +1,6 @@ { "name": "@molt/core", - "version": "0.19.2", + "version": "0.19.3", "exports": { ".": "./mod.ts", "./bumps": "./bumps.ts", diff --git a/integration/deno.json b/integration/deno.json index a77fb552..68f5af20 100644 --- a/integration/deno.json +++ b/integration/deno.json @@ -1,6 +1,6 @@ { "name": "@molt/integration", - "version": "0.19.0", + "version": "0.19.3", "exports": { ".": "./mod.ts", "./commits": "./commits.ts",