Skip to content

Commit f4375d1

Browse files
committed
Bump version
1 parent cb6c050 commit f4375d1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rbxcloud"
3-
version = "0.1.0-alpha.6"
3+
version = "0.1.0-alpha.7"
44
description = "CLI for the Roblox Open Cloud APIs"
55
authors = ["Stephen Leitnick"]
66
license = "MIT"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Common use-cases:
1515
### Foreman
1616
Add `rbxcloud` under the `[tools]` section of your `foreman.toml` file:
1717
```toml
18-
rbxcloud = { github = "Sleitnick/rbx-cloud-cli", version = "0.1.0-alpha.6" }
18+
rbxcloud = { github = "Sleitnick/rbx-cloud-cli", version = "0.1.0-alpha.7" }
1919
```
2020

2121
### Cargo
2222
Install from cargo:
2323
```sh
24-
$ cargo install rbxcloud@0.1.0-alpha.6
24+
$ cargo install rbxcloud@0.1.0-alpha.7
2525
```
2626

2727
### From Release

0 commit comments

Comments
 (0)