diff --git a/package-lock.json b/package-lock.json index a03c67f..bc2ca77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qwik-speak", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qwik-speak", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "bin": { "qwik-speak-extract": "extract/cli.js" diff --git a/package.json b/package.json index 98d1f17..2e12e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qwik-speak", - "version": "0.1.3", + "version": "0.1.4", "description": "Internationalization (i18n) library to translate texts, dates and numbers in Qwik apps", "scripts": { "build": "npm run lint && vite build --mode lib --config vite.config.lib.ts && tsc --project tsconfig.lib.json && api-extractor run --local && npm run build.tools",