Skip to content

Commit

Permalink
build: bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyguillaume committed Nov 12, 2023
1 parent 9823126 commit f4fa498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ edition = "2021"
keywords = ["mock", "mockable", "mocking", "test"]
license-file = "LICENSE"
name = "mockable"
version = "1.0.0"
version = "2.0.0"

[package.metadata.docs.rs]
all-features = true
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
mockable = { version = "1.0", features = [ ... ] }
mockable = { version = "2.0", features = [ ... ] }

[dev-dependencies]
mockable = { version = "1.0", features = ["mock"] }
mockable = { version = "2.0", features = ["mock"] }
```

## Documentation
Expand Down

0 comments on commit f4fa498

Please sign in to comment.