diff --git a/package-lock.json b/package-lock.json index 82881b7..70bde98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sveltekit-i18n", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sveltekit-i18n", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "workspaces": [ "./examples/*/" diff --git a/package.json b/package.json index ead3215..7c9995a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sveltekit-i18n", - "version": "2.4.0", + "version": "2.4.1", "description": "Internationalization library for SvelteKit", "type": "module", "main": "./dist/index.cjs",