fnlb 1.1.0 → 1.1.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 +2 -2
package/README.md CHANGED
@@ -17,8 +17,9 @@ Using **[bun](https://bun.sh)**? Install the latest version via **bun install**:
17
17
  bun install fnlb@latest
18
18
  ```
19
19
 
20
- ## ⛓️‍💥 Useful Links
20
+ ## 🔗 Useful Links
21
21
 
22
+ - 📖 **[FNLB Website](https://fnlb.net)**
22
23
  - 📖 **[FNLB Documentation](https://docs.fnlb.net/introduction)**
23
24
  - 📄 **[FNLB Changelog](https://docs.fnlb.net/bots/changelog)**
24
25
  - 🗨️ **[FNLB Discord Server](https://fnlb.net/discord)**
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "fnlb",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "author": "FNLB",
5
5
  "main": "dist/index.js",
6
- "homepage": "https://fnlb.net/",
6
+ "homepage": "https://fnlb.net",
7
7
  "devDependencies": {
8
8
  "@biomejs/biome": "^1.9.4",
9
9
  "@types/bun": "^1.2.8",