Skip to content

Commit 4b810d6

Browse files
committed
Bump version patch to 0.10.1
1 parent 583fd08 commit 4b810d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "modenv"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2018"
55
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]
66
description = "CLI to easily manage .env files and keep them consistent."
@@ -24,4 +24,4 @@ keywords = [
2424
[dependencies]
2525
clap = { version = "4.1.6", features = ["color", "env", "suggestions", "derive"]}
2626
shell-escape = "0.1.5"
27-
env2 = "0.3.1"
27+
env2 = "0.3.1"

0 commit comments

Comments
 (0)