@shoru/kitten 0.1.3 → 0.1.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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  <div align="left">
2
2
 
3
- <img src="https://files.catbox.moe/j7dpni.png" alt="Kitten Logo" style="width: 30%; max-width: 220px; height: auto; float: right; margin-left: 15px;">
4
-
5
3
  <a name="-kitten"></a>
6
4
  # **Kitten Framework**
7
5
 
@@ -632,4 +630,4 @@ logger.info(`Running as session ${id}`);
632
630
 
633
631
  **Made with ❤️ for Whatsapp Community by [Aymane Shoru](https://github.com/Mangaka-bot)**
634
632
 
635
- </div>
633
+ </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shoru/kitten",
3
3
  "type": "module",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "description": "A powerful Node.js framework to simplify making WhatsApp Bots",
6
6
  "main": "src/index.js",
7
7
  "repository": {