diff --git a/README.md b/README.md index 50d9ae3..393b66d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # pianoverse client for TS ## install -run `bun add git+https://git.sad.ovh/sophie/pianoverse` +run `bun add pianoverse` then import `pianoverse` ## requirements diff --git a/package.json b/package.json index dda8a5a..9f674dd 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "pianoverse", "module": "index.ts", "type": "module", + "version": "v1.0.0", "license": "GPL-3.0-only", "homepage": "https://git.sad.ovh/sophie/pianoverse", "bugs": "https://git.sad.ovh/sophie/pianoverse/issues",