Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Jul 28, 2022
1 parent 9e9f405 commit 4136e17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rbxcloud"
version = "0.1.0-alpha.5"
version = "0.1.0-alpha.6"
description = "CLI for the Roblox Open Cloud APIs"
authors = ["Stephen Leitnick"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Common use-cases:
### Foreman
Add `rbxcloud` under the `[tools]` section of your `foreman.toml` file:
```toml
rbxcloud = { github = "Sleitnick/rbx-cloud-cli", version = "0.1.0-alpha.5" }
rbxcloud = { github = "Sleitnick/rbx-cloud-cli", version = "0.1.0-alpha.6" }
```

### Cargo
Install from cargo:
```sh
$ cargo install rbxcloud
$ cargo install rbxcloud@0.1.0-alpha.6
```

### From Release
Expand Down

0 comments on commit 4136e17

Please sign in to comment.