diff --git a/package-lock.json b/package-lock.json index 684f099..59b37e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qwik-speak", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qwik-speak", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "bin": { "qwik-speak-extract": "extract/cli.js" diff --git a/package.json b/package.json index d3f1976..813424c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qwik-speak", - "version": "0.2.0", + "version": "0.3.0", "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",