Version bump: 0.4.0.

This commit is contained in:
David Wang 2017-03-19 08:10:51 +11:00
parent 533c382605
commit c7c0bfa128
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "puzzle-solver"
version = "0.3.0"
version = "0.4.0"
authors = ["David Wang <millimillenary@gmail.com>"]
homepage = "https://github.com/wangds/puzzle-solver.git"
repository = "https://github.com/wangds/puzzle-solver.git"

View File

@ -56,7 +56,7 @@ Add Puzzle Solver as a dependency to your project's Cargo.toml:
```toml
[dependencies]
puzzle-solver = "0.3"
puzzle-solver = "0.4"
```
Import the library in your project, e.g.: