diff --git a/package-lock.json b/package-lock.json index e87e0bc..2ec2c17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked-bidi", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "marked-bidi", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@babel/core": "^7.22.9", diff --git a/package.json b/package.json index c9de169..09c4293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marked-bidi", - "version": "1.0.3", + "version": "1.0.4", "description": "marked bidirectional text support", "main": "./lib/index.cjs", "module": "./src/index.js",