Skip to content

Commit

Permalink
update version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraigie committed Aug 13, 2019
1 parent 138bef8 commit d215d4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add Nostrum as a dependency:
Stable documentation can be found [here](https://hexdocs.pm/nostrum/)
```elixir
def deps do
[{:nostrum, "~> 0.3"}]
[{:nostrum, "~> 0.4"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion docs/static/Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add Nostrum as a dependency:
*Stable*
```Elixir
def deps do
[{:nostrum, "~> 0.3"}]
[{:nostrum, "~> 0.4"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Nostrum.Mixfile do
def project do
[
app: :nostrum,
version: "0.3.2",
elixir: "~> 1.7",
version: "0.4.0",
elixir: "~> 1.9",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit d215d4c

Please # to comment.