Skip to content

Commit

Permalink
bump version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed May 14, 2019
1 parent 3550ce7 commit 93cc5d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotenv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dotenv"
version = "0.14.0"
version = "0.14.1"
authors = ["Noemi Lapresta <noemi.lapresta@gmail.com>", "Craig Hills <chills@gmail.com>", "Mike Piccolo <mfpiccolo@gmail.com>", "Alice Maz <alice@alicemaz.com>", "Sean Griffin <sean@seantheprogrammer.com>", "Adam Sharp <adam@sharplet.me>"]
description = "A `dotenv` implementation for Rust"
homepage = "https://github.com/dotenv-rs/dotenv"
Expand Down
2 changes: 1 addition & 1 deletion dotenv_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "dotenv_codegen"
version = "0.14.0"
version = "0.14.1"
authors = [
"Santiago Lapresta <santiago.lapresta@gmail.com>",
"Craig Hills <chills@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion dotenv_codegen_implementation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ proc-macro = true
[package]

name = "dotenv_codegen_implementation"
version = "0.14.0"
version = "0.14.1"
authors = [
"Santiago Lapresta <santiago.lapresta@gmail.com>",
"Craig Hills <chills@gmail.com>",
Expand Down

0 comments on commit 93cc5d6

Please sign in to comment.