Skip to content

Commit

Permalink
Prepare for 0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed May 31, 2023
1 parent 5e8dd37 commit b6a91ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version from Hex:

```elixir
def deps do
[{:nostrum, "~> 0.7"}]
[{:nostrum, "~> 0.8"}]
end
```

Expand Down
Binary file added assets/versions/0_8_0_release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions guides/advanced/multi_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ as command frameworks like `:nosedrum`:
```elixir
defp deps do
[
{:nostrum, "~> 0.7", runtime: false},
# {:nosedrum, "~> 0.5", runtime: false},
{:nostrum, "~> 0.8", runtime: false},
# {:nosedrum, "~> 0.6", runtime: false},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion guides/intro/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ have more errors.

```elixir
def deps do
[{:nostrum, "~> 0.7"}]
[{:nostrum, "~> 0.8"}]
# Or, for bleeding edge changes:
# [{:nostrum, github: "Kraigie/nostrum"}]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Nostrum.Mixfile do
def project do
[
app: :nostrum,
version: "0.8.0-beta1",
version: "0.8.0",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit b6a91ff

Please # to comment.