@ukibbb/buli 0.2.0 → 0.3.0

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
@@ -14,5 +14,5 @@ Release candidates are published under the npm `next` dist-tag.
14
14
  For npm-managed installations, update through npm:
15
15
 
16
16
  ```bash
17
- npm install --global @ukibbb/buli@next
17
+ npm install --global @ukibbb/buli@latest
18
18
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukibbb/buli",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Buli terminal coding agent",
5
5
  "license": "MIT",
6
6
  "repository": {