Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gertab committed Sep 23, 2023
1 parent 71c1f35 commit 96e249b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion citation.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 96e249b

Please sign in to comment.