pallium 0.9.20 → 0.9.22

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
@@ -12,7 +12,7 @@ The package installs the matching Pallium release binary from GitHub into
12
12
  platform, it falls back to:
13
13
 
14
14
  ```bash
15
- go install github.com/tszaks/pallium@v0.9.20
15
+ go install github.com/tszaks/pallium@v0.9.21
16
16
  ```
17
17
 
18
18
  GitHub Packages mirror:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pallium",
3
- "version": "0.9.20",
3
+ "version": "0.9.22",
4
4
  "description": "Local-first control plane for AI coding agents.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/tszaks/pallium#readme",