Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Version 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Jan 31, 2021
1 parent a470f1d commit 53b1b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ as defining a function!
Simply add *Alchemy* to your dependencies in your `mix.exs` file:
```elixir
def deps do
[{:alchemy, "~> 0.6.4", hex: :discord_alchemy}]
[{:alchemy, "~> 0.6.7", hex: :discord_alchemy}]
end
```

### [Docs](https://hexdocs.pm/discord_alchemy/0.6.0)
### [Docs](https://hexdocs.pm/discord_alchemy/0.6.7)

This is the stable documentation for the library, I highly recommend going
through it, as most of the relevant information resides there.
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 Alchemy.Mixfile do
def project do
[
app: :alchemy,
version: "0.6.6",
version: "0.6.7",
elixir: "~> 1.8",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 53b1b3b

Please sign in to comment.