diff --git a/package-lock.json b/package-lock.json index e81d29f..0911d79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked-bidi", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "marked-bidi", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "devDependencies": { "@babel/core": "^7.21.5", diff --git a/package.json b/package.json index b58f334..49dde0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marked-bidi", - "version": "1.0.2", + "version": "1.0.3", "description": "marked bidirectional text support", "main": "./lib/index.cjs", "module": "./src/index.js",