From 6e779b36b66e3dd52cd078dee32eace9819af60c Mon Sep 17 00:00:00 2001
From: Sloane Perrault <sloane@perrault.email>
Date: Fri, 7 Jul 2023 08:59:50 -0400
Subject: [PATCH] 0.3.0

---
 README.md | 2 +-
 mix.exs   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2e76515..ca76348 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ The package can be installed from [hex](https://hex.pm/packages/typeid_elixir) b
 ```elixir
 def deps do
   [
-    {:typeid_elixir, "~> 0.2.2"}
+    {:typeid_elixir, "~> 0.3.0"}
   ]
 end
 ```
diff --git a/mix.exs b/mix.exs
index abca5eb..752161d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule TypeID.MixProject do
   use Mix.Project
 
-  @version "0.2.2"
+  @version "0.3.0"
 
   def project do
     [