anichi 2.2.0 → 2.2.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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
- ````markdown
2
1
  # 🎌 Anichi
3
2
 
4
3
  <div align="center">
@@ -44,6 +43,7 @@ To run `anichi` from anywhere in your terminal, install it globally using npm:
44
43
  ```bash
45
44
  npm install -g anichi
46
45
  ```
46
+
47
47
  ````
48
48
 
49
49
  Or using yarn:
@@ -198,3 +198,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
198
198
  Made with ❤️ and ☕ by ShDitz
199
199
  </div>
200
200
  ```
201
+ ````
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anichi",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "A modern, interactive CLI for discovering, streaming, and managing anime directly from the terminal.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {