Skip to content

Commit

Permalink
bump version to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed May 14, 2019
1 parent 3550ce7 commit b8d1ca7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.15.0"
authors = ["Noemi Lapresta <[email protected]>", "Craig Hills <[email protected]>", "Mike Piccolo <[email protected]>", "Alice Maz <[email protected]>", "Sean Griffin <[email protected]>", "Adam Sharp <[email protected]>"]
description = "A `dotenv` implementation for Rust"
homepage = "https://github.com/dotenv-rs/dotenv"
Expand Down
4 changes: 2 additions & 2 deletions 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.15.0"
authors = [
"Santiago Lapresta <[email protected]>",
"Craig Hills <[email protected]>",
Expand All @@ -18,5 +18,5 @@ description = "A `dotenv` implementation for Rust"
edition = "2018"

[dependencies]
dotenv_codegen_implementation = { version = "0.14", path = "../dotenv_codegen_implementation" }
dotenv_codegen_implementation = { version = "0.15", path = "../dotenv_codegen_implementation" }
proc-macro-hack = "0.5"
4 changes: 2 additions & 2 deletions 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.15.0"
authors = [
"Santiago Lapresta <[email protected]>",
"Craig Hills <[email protected]>",
Expand All @@ -25,4 +25,4 @@ proc-macro2 = "0.4"
quote = "0.6"
syn = "0.15"
proc-macro-hack = "0.5"
dotenv = { version = "0.14", path = "../dotenv" }
dotenv = { version = "0.15", path = "../dotenv" }

0 comments on commit b8d1ca7

Please sign in to comment.