Skip to content

Commit

Permalink
fix create version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gompei committed Dec 31, 2021
1 parent 7e2c1e2 commit 9787d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slack-rust"
version = "0.1.0"
version = "0.1.0-alpha"
authors = ["Gompei <[email protected]>"]
edition = "2018"
description = "Slack API Client"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
slack_rust = "0.1"
slack_rust = "0.1.0-alpha"
```

### [Web API](https://api.slack.com/methods)
Expand Down

0 comments on commit 9787d0e

Please sign in to comment.