From 726f9a69d49051fe48b5a72f459ef3c44cbbcc1a Mon Sep 17 00:00:00 2001 From: JohnnyT Date: Sun, 14 Sep 2025 07:02:33 -0600 Subject: [PATCH] Releases v0.2.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26f570b..61f6d7e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This package isĀ [available in Hex](https://hex.pm/packages/msg), and can be ins ```elixir def deps do [ - {:msg, "~> 0.1.0"} + {:msg, "~> 0.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 5a6ef7f..81395f3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Msg.MixProject do use Mix.Project - @version "0.1.1" + @version "0.2.0" @deps [ # Docs - separated out to speed up dev compilcation {:ex_doc, "~> 0.31", only: :docs, runtime: false},