Skip to content

Commit

Permalink
v0.1.0-alpha.2 release (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki authored Sep 7, 2021
1 parent c3cdc39 commit 55fec4c
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gobang"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["Takayuki Maeda <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -28,7 +28,7 @@ serde = "1.0"
toml = "0.4"
strum = "0.21"
strum_macros = "0.21"
database-tree = { path = "./database-tree", version = "0.1.0-alpha.1" }
database-tree = { path = "./database-tree", version = "0.1.0-alpha.2" }
easy-cast = "0.4"
async-trait = "0.1.50"
itertools = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A cross-platform TUI database management tool written in Rust
If you already have a Rust environment set up, you can use the `cargo install` command:

```
$ cargo install --version 0.1.0-alpha.1 gobang
$ cargo install --version 0.1.0-alpha.2 gobang
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion database-tree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "database-tree"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["Takayuki Maeda <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 55fec4c

Please sign in to comment.