Skip to content

Commit

Permalink
Incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ihalila committed Jun 9, 2018
1 parent 5181bc4 commit 63facb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/ihalila/pancurses"
readme = "README.md"
license = "MIT"
keywords = ["pancurses", "curses", "ncurses", "pdcurses"]
version = "0.15.0"
version = "0.16.0"
authors = ["Ilkka Halila <ilkka@hali.la>"]

[lib]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -28,7 +28,7 @@ Check [pdcurses-sys](https://github.com/ihalila/pdcurses-sys) for more details.
Cargo.toml
```toml
[dependencies]
pancurses = "0.15"
pancurses = "0.16"
```

main.rs
Expand Down Expand Up @@ -130,14 +130,14 @@ flags. Simply specify the feature in Cargo.toml like so:

```rust
[dependencies.pancurses]
version = "0.15"
version = "0.16"
features = ["win32a"]
```
or

```rust
[dependencies.pancurses]
version = "0.15"
version = "0.16"
features = ["win32"]
```

Expand Down

0 comments on commit 63facb3

Please sign in to comment.