Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Jun 18, 2022
1 parent ed4384a commit f0eabc8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mock-it"
version = "0.5.0"
version = "0.5.1"
authors = ["nathanielsimard <nathaniel.simard@outlook.com>"]
description = "Make mocking reliable"
repository = "https://github.com/nathanielsimard/mock-it"
Expand All @@ -11,7 +11,7 @@ categories = ["development-tools::testing"]
edition = "2021"

[dependencies]
mock-it_codegen = { version = "0.3.0", path = "./mock-it_codegen" }
mock-it_codegen = { version = "0.4.0", path = "./mock-it_codegen" }

[dev-dependencies]
async-trait = "0.1.5"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<div style="display: flex; justify-content: left; align-items: center; padding-bottom: 32px;">
<img src="./assets/mock-it.svg" width="100px" >
<div style="display: flex; justify-content: left; align-items: center;">
<img src="./assets/mock-it.svg" width="100px" />
<span style="margin-left: 24px;font-size: 48px; font-weight: 500;">mock-it</span>
</div>

<br/>

[![Current Crates.io Version](https://img.shields.io/crates/v/mock-it.svg)](https://crates.io/crates/mock-it)

> Mock it, don't mock all 🙃
Expand Down
2 changes: 1 addition & 1 deletion mock-it_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mock-it_codegen"
version = "0.3.0"
version = "0.4.0"
authors = ["Mcat12 <mark.drobnak@gmail.com>", "nathanielsimard <nathaniel.simard@outlook.com>"]
description = "Codegen for mock-it"
repository = "https://github.com/nathanielsimard/mock-it"
Expand Down

0 comments on commit f0eabc8

Please # to comment.