@1mancompany/onemancompany 0.2.254 → 0.2.255

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -417,11 +417,11 @@ See [vibe-coding-guide.md](vibe-coding-guide.md) for coding guidelines.
417
417
  If you use OneManCompany in your research or project, please cite it:
418
418
 
419
419
  ```bibtex
420
- @software{onemancompany2025,
420
+ @software{onemancompany2026,
421
421
  title = {OneManCompany: The AI Operating System for One-Person Companies},
422
422
  author = {Zhengxu Yu, Fu Yu, Zhiyuan He, Yuxuan Huang, Weilin Luo, Jun Wang},
423
423
  url = {https://github.com/1mancompany/OneManCompany},
424
- year = {2025},
424
+ year = {2026},
425
425
  license = {Apache-2.0}
426
426
  }
427
427
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1mancompany/onemancompany",
3
- "version": "0.2.254",
3
+ "version": "0.2.255",
4
4
  "description": "The AI Operating System for One-Person Companies",
5
5
  "bin": {
6
6
  "onemancompany": "bin/cli.js"