diff --git a/core/package.json b/core/package.json index 813501d0..faecb6da 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-markdown-preview", - "version": "4.1.15", + "version": "4.1.16", "description": "React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.", "homepage": "https://uiwjs.github.io/react-markdown-preview", "main": "lib/index.js", diff --git a/lerna.json b/lerna.json index 5a74fbe3..b6b06765 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "4.1.15", + "version": "4.1.16", "packages": ["core", "website"] } diff --git a/website/package.json b/website/package.json index 93716885..a032532c 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "4.1.15", + "version": "4.1.16", "private": true, "scripts": { "build": "kkt build",