Skip to content

Commit 542bf5c

Browse files
committed
Update version references
1 parent b8ded15 commit 542bf5c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The goal of this project is to support all API endpoints that Roblox provides.
4545
### Aftman
4646
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).
4747
```sh
48-
$ aftman add Sleitnick/rbxcloud@0.14.0
48+
$ aftman add Sleitnick/rbxcloud@0.16.0
4949
```
5050

5151
### From Release
@@ -62,7 +62,7 @@ The library built for the CLI tool is available to use directly in Rust projects
6262
To use `rbxcloud` in a Rust project, simply add `rbxcloud` to the `Cargo.toml` dependency list.
6363
```toml
6464
[dependencies]
65-
rbxcloud = "0.14.0"
65+
rbxcloud = "0.16.0"
6666
```
6767

6868
Alternatively, use `cargo add`.

docs/cli/cli-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There are a few different ways to install the `rbxcloud` CLI.
77
### [Aftman](https://github.com/LPGhatguy/aftman) <small>(Preferred)</small>
88
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).
99
```sh
10-
$ aftman add Sleitnick/rbxcloud@0.14.0
10+
$ aftman add Sleitnick/rbxcloud@0.16.0
1111
```
1212

1313
Next, run `aftman install` to install `rbxcloud`.
@@ -17,7 +17,7 @@ Add `rbxcloud` under the `[tools]` section of your `foreman.toml` file.
1717
```toml
1818
# foreman.toml
1919
[tools]
20-
rbxcloud = { github = "Sleitnick/rbxcloud", version = "0.14.0" }
20+
rbxcloud = { github = "Sleitnick/rbxcloud", version = "0.16.0" }
2121
```
2222

2323
Next, run `foreman install` to install `rbxcloud`.

docs/lib/lib-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
To use `rbxcloud` in a Rust project, simply add `rbxcloud` to the `Cargo.toml` dependency list.
66
```toml
77
[dependencies]
8-
rbxcloud = "0.14.0"
8+
rbxcloud = "0.16.0"
99
```
1010

1111
Alternatively, use `cargo add`.

0 commit comments

Comments
 (0)