Skip to content

Commit

Permalink
v0.1.0-alpha.5 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Sep 15, 2021
1 parent 4fc75b3 commit acaec96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gobang"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -29,7 +29,7 @@ serde = "1.0"
toml = "0.4"
strum = "0.21"
strum_macros = "0.21"
database-tree = { path = "./database-tree", version = "0.1.0-alpha.4" }
database-tree = { path = "./database-tree", version = "0.1.0-alpha.5" }
easy-cast = "0.4"
async-trait = "0.1.50"
itertools = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ $ brew install tako8ki/tap/gobang
If you already have a Rust environment set up, you can use the `cargo install` command:

```
$ cargo install --version 0.1.0-alpha.4 gobang
$ cargo install --version 0.1.0-alpha.5 gobang
```

### Using a release binary (Linux/macOS/Windows)
Expand Down
2 changes: 1 addition & 1 deletion database-tree/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "database-tree"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit acaec96

Please sign in to comment.