diff --git a/core/package.json b/core/package.json index 2681978..fa46fbd 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uivjs/vue-markdown-preview", - "version": "1.0.3", + "version": "1.0.4", "description": "Markdown component for Vue. The minimal amount of CSS to replicate the GitHub Markdown style.", "author": "kenny wang ", "main": "./cjs/index.js", diff --git a/lerna.json b/lerna.json index b233dee..5dfd6e9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "1.0.3", + "version": "1.0.4", "packages": ["website", "core"] } diff --git a/website/package.json b/website/package.json index e2a6182..96e7f00 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.0.3", + "version": "1.0.4", "private": true, "type": "module", "scripts": { @@ -10,7 +10,7 @@ }, "dependencies": { "@uivjs/vue-github-corners": "~0.0.2", - "@uivjs/vue-markdown-preview": "1.0.3", + "@uivjs/vue-markdown-preview": "1.0.4", "vue": "^3.3.4" }, "devDependencies": {