diff --git a/core/package.json b/core/package.json index 33645ac..dbe071e 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "vnode-util", - "version": "0.0.10", + "version": "0.0.11", "description": "Utilities for manipulating Vue 3 VNodes", "author": "Elone Hoo ", "license": "MIT", diff --git a/package.json b/package.json index 9801c4d..b89e6be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vnode-util/monorepo", - "version": "0.0.10", + "version": "0.0.11", "private": "true", "description": "Utilities for manipulating Vue 3 VNodes", "author": "Elone Hoo ",