harubashi 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.
package/README.md CHANGED
@@ -286,7 +286,7 @@ npm run daemon # ts-node src/bin.ts daemon
286
286
 
287
287
  ## ๐Ÿ“„ License
288
288
 
289
- MIT โ€” see [LICENSE](LICENSE).
289
+ Apache-2.0 โ€” see [LICENSE](LICENSE).
290
290
 
291
291
  ---
292
292
 
package/README.ru.md CHANGED
@@ -286,7 +286,7 @@ npm run daemon # ts-node src/bin.ts daemon
286
286
 
287
287
  ## ๐Ÿ“„ ะ›ะธั†ะตะฝะทะธั
288
288
 
289
- MIT โ€” ัะผ. [LICENSE](LICENSE).
289
+ Apache-2.0 โ€” ัะผ. [LICENSE](LICENSE).
290
290
 
291
291
  ---
292
292
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "harubashi",
3
- "version": "0.1.0",
4
- "description": "Harubashi โ€” headless System Use Agent daemon",
3
+ "version": "0.1.1",
4
+ "description": "Your own personal headless System Use Agent daemon. Let's Haru Haru",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "harubashi": "./dist/bin.js"