diff --git a/Cargo.lock b/Cargo.lock
index 947572a..797f07b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -197,7 +197,7 @@ dependencies = [
 
 [[package]]
 name = "gcra"
-version = "0.3.1"
+version = "0.3.2"
 dependencies = [
  "chrono",
  "thingvellir",
diff --git a/Cargo.toml b/Cargo.toml
index 0d1136d..b4d15d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "gcra"
-version = "0.3.1"
+version = "0.3.2"
 edition = "2021"
 authors = ["Sam Shih <lytefast@github.com>"]
 license = "MIT"