fnlb 1.1.1 → 1.1.2

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ bun install fnlb@latest
19
19
 
20
20
  ## 🔗 Useful Links
21
21
 
22
- - 📖 **[FNLB Website](https://fnlb.net)**
22
+ - 🌐 **[FNLB Website](https://fnlb.net)**
23
23
  - 📖 **[FNLB Documentation](https://docs.fnlb.net/introduction)**
24
24
  - 📄 **[FNLB Changelog](https://docs.fnlb.net/bots/changelog)**
25
25
  - 🗨️ **[FNLB Discord Server](https://fnlb.net/discord)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fnlb",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "author": "FNLB",
5
5
  "main": "dist/index.js",
6
6
  "homepage": "https://fnlb.net",