tech-stack-icons 3.4.4 → 3.4.6

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
@@ -16,8 +16,8 @@ A Typesafe React component for rendering over **400+ original SVG icons** for th
16
16
 
17
17
  If you find this library helpful, consider supporting my work:
18
18
 
19
- [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-F16061?style=for-the-badge&logo=buy-me-a-coffee&logoColor=white)](https://buymeacoffee.com/plusuidesign)
20
- [![Ko-fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/plusuidesign)
19
+ - ☕ [Buy Me a Coffee](https://buymeacoffee.com/plusuidesign)
20
+ - ☕ [Ko-fi](https://ko-fi.com/plusuidesign)
21
21
 
22
22
  ---
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tech-stack-icons",
3
- "version": "3.4.4",
3
+ "version": "3.4.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {