You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The goal of this project is to support all API endpoints that Roblox provides.
45
45
### Aftman
46
46
Run the `aftman add` command within your project directory. This will add `rbxcloud` to the project's `aftman.toml` file (or create one if it doesn't yet exist).
47
47
```sh
48
-
$ aftman add Sleitnick/rbxcloud@0.14.0
48
+
$ aftman add Sleitnick/rbxcloud@0.16.0
49
49
```
50
50
51
51
### From Release
@@ -62,7 +62,7 @@ The library built for the CLI tool is available to use directly in Rust projects
62
62
To use `rbxcloud` in a Rust project, simply add `rbxcloud` to the `Cargo.toml` dependency list.
Run the `aftman add` command within your project directory. This will add `rbxcloud` to the project's `aftman.toml` file (or create one if it doesn't yet exist).
9
9
```sh
10
-
$ aftman add Sleitnick/rbxcloud@0.14.0
10
+
$ aftman add Sleitnick/rbxcloud@0.16.0
11
11
```
12
12
13
13
Next, run `aftman install` to install `rbxcloud`.
@@ -17,7 +17,7 @@ Add `rbxcloud` under the `[tools]` section of your `foreman.toml` file.
17
17
```toml
18
18
# foreman.toml
19
19
[tools]
20
-
rbxcloud = { github = "Sleitnick/rbxcloud", version = "0.14.0" }
20
+
rbxcloud = { github = "Sleitnick/rbxcloud", version = "0.16.0" }
21
21
```
22
22
23
23
Next, run `foreman install` to install `rbxcloud`.
0 commit comments