Skip to content

Commit

Permalink
Bump to version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianR committed Oct 28, 2019
1 parent 22099ad commit 0748292
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ description = "Legends of Runeterra deck encoder/decoder"
homepage = "https://github.com/iulianR/lordeckcodes-rs"
repository = "https://github.com/iulianR/lordeckcodes-rs"
documentation = "https://docs.rs/lordeckcodes"
version = "0.1.0"
version = "0.2.0"
authors = ["Iulian Gabriel Radu <iulian.radu67@gmail.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
keywords = ["encoder", "decoder", "riot-games", "runeterra", "legends-of-runeterra"]
categories = ["encoding"]
publish = false

[features]
default = ["serde"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use `lordeckcodes`, add this to your `Cargo.toml`:

```toml
[dependencies]
lordeckcodes = "0.1"
lordeckcodes = "0.2"
```

## Serde support
Expand All @@ -29,7 +29,7 @@ Serde support is optional and disabled by default. To enable use the feature `se

```toml
[dependencies]
lordeckcodes = { version = "0.1", features = ["serde"] }
lordeckcodes = { version = "0.2", features = ["serde"] }
```

## Examples
Expand Down

0 comments on commit 0748292

Please sign in to comment.