diff --git a/README.md b/README.md index 313c6c2..956f9ac 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Lightweight, canvas‑based charting library written in TypeScript, designed for ## Installation ```bash -npm install uchart +npm install @meteolab/uchart ``` diff --git a/package.json b/package.json index 3c68d76..23930f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@meteolab/uchart", "publishConfig": { "access": "public" }, - "version": "1.0.1", + "version": "1.0.2", "description": "Lightweight charting library for the browser and Node.js", "license": "MIT", "repository": {