kernelbot 1.0.3 → 1.0.4

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 +2 -2
package/README.md CHANGED
@@ -128,4 +128,4 @@ KernelBot/
128
128
 
129
129
  ## Author
130
130
 
131
- Abdullah Al-Tahrei
131
+ Abdullah Al-Taheri
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "kernelbot",
3
- "version": "1.0.003",
3
+ "version": "1.0.004",
4
4
  "description": "KernelBot — AI engineering agent with full OS control",
5
5
  "type": "module",
6
- "author": "Abdullah Al-Tahrei <abdullah@altaheri.me>",
6
+ "author": "Abdullah Al-Taheri <abdullah@altaheri.me>",
7
7
  "bin": {
8
8
  "kernelbot": "./bin/kernel.js"
9
9
  },