From 96e249b2e8c570364301c25ceca5fd836f96e852 Mon Sep 17 00:00:00 2001 From: Gerard Tabone Date: Sat, 23 Sep 2023 08:07:36 +0200 Subject: [PATCH] Updated version number --- Docs.md | 2 +- README.md | 2 +- citation.cff | 2 +- mix.exs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Docs.md b/Docs.md index 03be089..1c6b90e 100644 --- a/Docs.md +++ b/Docs.md @@ -198,7 +198,7 @@ The package can be installed by adding `elixirst` to your list of dependencies i ```elixir def deps do [ - {:elixirst, "~> 0.8.1"} + {:elixirst, "~> 0.8.2"} ] end ``` diff --git a/README.md b/README.md index 2708744..4a3fe79 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ The package can be installed by adding `elixirst` to your list of dependencies i ```elixir def deps do [ - {:elixirst, "~> 0.8.1"} + {:elixirst, "~> 0.8.2"} ] end ``` diff --git a/citation.cff b/citation.cff index a0e80c5..7e4f5f1 100644 --- a/citation.cff +++ b/citation.cff @@ -8,7 +8,7 @@ authors: given-names: Gerard orcid: https://orcid.org/0000-0001-9047-061X title: "ElixirST" -version: 0.8.0 +version: 0.8.2 date-released: 2021-09-17 url: "https://github.com/gertab/ElixirST" keywords: diff --git a/mix.exs b/mix.exs index 289e72b..38eccf1 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ElixirST.MixProject do def project do [ app: :elixirst, - version: "0.8.1", + version: "0.8.2", elixir: "~> 1.9", dialyzer: dialyzer(), start_permanent: Mix.env() == :prod,