@rotor-rbx/rotor 1.5.0 → 1.5.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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -74,11 +74,11 @@ export default defineConfig({
74
74
  places: { start: { file: "build/game.rbxl", placeId: 444, name: "Start", maxPlayers: 30 } },
75
75
  experience: { name: "My Game", playability: "public", privateServers: { price: 100 } },
76
76
  badges: { winner: { name: "Winner!", description: "Beat the game", icon: "assets/badge.png" } },
77
- gamePasses: { vip: { name: "VIP", price: 250, icon: "assets/vip.png" } },
77
+ gamepasses: { vip: { name: "VIP", price: 250, icon: "assets/vip.png" } },
78
78
  icon: "assets/icon.png",
79
79
  thumbnails: ["assets/thumb1.png", "assets/thumb2.png"],
80
80
  products: { coins: { name: "100 Coins", price: 25 } },
81
- socialLinks: { discord: { title: "Join us", url: "https://discord.gg/x", type: "discord" } },
81
+ socials: { discord: { title: "Join us", url: "https://discord.gg/x", type: "discord" } },
82
82
  },
83
83
  },
84
84
  },
@@ -98,20 +98,20 @@ Grab a binary from [GitHub Releases](https://github.com/uproot/rotor/releases),
98
98
 
99
99
  ```sh
100
100
  # mise
101
- mise use -g github:uproot/rotor@1.5.0
101
+ mise use -g github:uproot/rotor@1.5.1
102
102
 
103
103
  # rokit
104
- rokit add uproot/rotor@1.5.0
104
+ rokit add uproot/rotor@1.5.1
105
105
  ```
106
106
 
107
107
  ```toml
108
108
  # aftman.toml
109
109
  [tools]
110
- rotor = "uproot/rotor@1.5.0"
110
+ rotor = "uproot/rotor@1.5.1"
111
111
 
112
112
  # foreman.toml
113
113
  [tools]
114
- rotor = { github = "uproot/rotor", version = "1.5.0" }
114
+ rotor = { github = "uproot/rotor", version = "1.5.1" }
115
115
  ```
116
116
 
117
117
  ### Install via npm / bun
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotor-rbx/rotor",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true