diff --git a/package-lock.json b/package-lock.json index b7c7412..627e473 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "refa", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "refa", - "version": "0.12.0", + "version": "0.12.1", "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.8.0" diff --git a/package.json b/package.json index d76a7eb..0a21a3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "refa", - "version": "0.12.0", + "version": "0.12.1", "description": "A library for finite automata and regular expressions in the context of JS RegExp", "main": "index", "scripts": {