From 9499e62bb494d802ce4a40ea4e5c08963567679e Mon Sep 17 00:00:00 2001 From: Sloane Perrault Date: Thu, 6 Jul 2023 10:25:34 -0400 Subject: [PATCH] 0.2.0 - follows 0.2.0 spec limiting leading suffix character to 0..7 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9ccaf6..c62966e 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.0.1"} + {:typeid_elixir, "~> 0.2.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 8cebe70..497d82f 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule TypeID.MixProject do def project do [ app: :typeid_elixir, - version: "0.1.0", + version: "0.2.0", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, description: description(),