@rotor-rbx/rotor 1.4.0 → 1.4.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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -93,20 +93,20 @@ Grab a binary from [GitHub Releases](https://github.com/uproot/rotor/releases),
93
93
 
94
94
  ```sh
95
95
  # mise
96
- mise use -g github:uproot/rotor@1.4.0
96
+ mise use -g github:uproot/rotor@1.4.2
97
97
 
98
98
  # rokit
99
- rokit add uproot/rotor@1.4.0
99
+ rokit add uproot/rotor@1.4.2
100
100
  ```
101
101
 
102
102
  ```toml
103
103
  # aftman.toml
104
104
  [tools]
105
- rotor = "uproot/rotor@1.4.0"
105
+ rotor = "uproot/rotor@1.4.2"
106
106
 
107
107
  # foreman.toml
108
108
  [tools]
109
- rotor = { github = "uproot/rotor", version = "1.4.0" }
109
+ rotor = { github = "uproot/rotor", version = "1.4.2" }
110
110
  ```
111
111
 
112
112
  ### Install via npm / bun
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotor-rbx/rotor",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true