mr-chat-bird 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,4 +25,4 @@ Some features are still being implemented, improved, or may change in future rel
25
25
  ## Installation
26
26
 
27
27
  ```bash
28
- npm install mr-chat-bird
28
+ npm install mr-chat-bird
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mr-chat-bird",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",