Skip to content

Commit

Permalink
chore: Bump to 0.5.0 (#79)
Browse files Browse the repository at this point in the history
* chore: Bump to 0.5.0

* Typo
  • Loading branch information
amaury1093 authored Nov 16, 2019
1 parent 0e1f6b0 commit 5d8a916
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "check-if-email-exists-cli"
version = "0.4.0"
version = "0.5.0"
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "check-if-email-exists"
version = "0.4.0"
version = "0.5.0"
authors = ["Amaury Martiny <[email protected]>"]
categories = ["email"]
description = "Check if an email address exists without sending any email"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: check_if_email_exists
version: '0.4.0'
version: "0.5.0"
author: Amaury Martiny <[email protected]>
about: Check if an email address exists without sending any email.
args:
Expand Down
2 changes: 1 addition & 1 deletion test_suite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "check-if-email-exists-test-suite"
version = "0.4.0"
version = "0.5.0"
edition = "2018"
publish = false

Expand Down

0 comments on commit 5d8a916

Please sign in to comment.