Skip to content

Commit

Permalink
Fixed mix file
Browse files Browse the repository at this point in the history
  • Loading branch information
gertab committed Sep 23, 2023
1 parent 96e249b commit 72d224e
Show file tree
Hide file tree
Showing 3 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.2"}
{:elixirst, "~> 0.8.3"}
]
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.2"}
{:elixirst, "~> 0.8.3"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
version: "0.8.3",
elixir: "~> 1.9",
dialyzer: dialyzer(),
start_permanent: Mix.env() == :prod,
Expand All @@ -18,7 +18,7 @@ defmodule ElixirST.MixProject do
main: "docs",
logo: "assets/logo.png",
cover: "assets/logo-full.png",
extras: ["LICENCE": [filename: "LICENCE", title: "Licence"], "Docs.md": [filename: "Docs.md", title: "Documentation"]],
extras: ["LICENCE": [filename: "LICENCE", title: "Licence"], "Docs.md": [filename: "docs", title: "Documentation"]],
assets: "assets",
source_ref: "master"
],
Expand Down

0 comments on commit 72d224e

Please sign in to comment.