Skip to content

Commit

Permalink
Bump major version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmckay committed Apr 6, 2019
1 parent dd8cdc4 commit 2de7b2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
protocol = "2.0"
protocol-derive = "2.0"
protocol = "3.0"
protocol-derive = "3.0"
```

## Under the hood
Expand Down
2 changes: 1 addition & 1 deletion protocol-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protocol-derive"
version = "2.0.0"
version = "3.0.0"
authors = ["Dylan McKay <me@dylanmckay.io>"]

description = "Easy protocol definitions"
Expand Down
4 changes: 2 additions & 2 deletions protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protocol"
version = "2.0.0"
version = "3.0.0"
authors = ["Dylan McKay <me@dylanmckay.io>"]

description = "Easy protocol definitions"
Expand All @@ -22,7 +22,7 @@ num-traits = "0.2"

[dev-dependencies]
# Used in examples
protocol-derive = { path = "../protocol-derive", version = "2.0.0" }
protocol-derive = { path = "../protocol-derive", version = "3.0.0" }

[[example]]
name = "basic"
Expand Down

0 comments on commit 2de7b2b

Please sign in to comment.