@koltmcbride/pi-goal 0.1.0 → 0.1.1

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
@@ -41,7 +41,7 @@ pi install npm:@koltmcbride/pi-goal
41
41
  From git:
42
42
 
43
43
  ```bash
44
- pi install git:github.com/kolt-mcb/pi-goal@v0.1.0
44
+ pi install git:github.com/kolt-mcb/pi-goal@v0.1.1
45
45
  ```
46
46
 
47
47
  > ⚠️ Pi packages run with full system access. Review the source before installing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koltmcbride/pi-goal",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pi extension for goal-directed autonomous work loops",
5
5
  "license": "MIT",
6
6
  "author": "Kolt McBride",