Skip to content

Commit fbd00cb

Browse files
committed
chore: release v0.3.0
1 parent 96bd496 commit fbd00cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reearth/zushi",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "A framework-agnostic plugin runtime: run untrusted plugin code in an isolated WASM backend (QuickJS built in), expose a host-defined API, and render plugin UI in sandboxed iframes.",
55
"license": "MIT",
66
"repository": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const version = "0.2.1";
1+
export const version = "0.3.0";
22

33
export * from "./events";
44
export * from "./iframe";

0 commit comments

Comments
 (0)