diff --git a/Cargo.lock b/Cargo.lock
index 347029a..f5d3159 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,4 +4,4 @@ version = 4
 
 [[package]]
 name = "better-commands"
-version = "1.0.1"
+version = "1.0.2"
diff --git a/Cargo.toml b/Cargo.toml
index a5defc1..174d2d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "better-commands"
 description = "A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as the command runs line-by-line"
-version = "1.0.1"
+version = "1.0.2"
 edition = "2021"
 license = "GPL-3.0-only"
 keywords = ["command", "cmd"]