Skip to content

Commit

Permalink
chore: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed May 4, 2018
1 parent 4d37fbc commit 10de48c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The package can be installed by adding `crux_rest` to your list of dependencies
```elixir
def deps do
[
{:crux_rest, "~> 0.1.0"}
{:crux_rest, "~> 0.1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Crux.Rest.MixProject do
start_permanent: Mix.env() == :prod,
package: package(),
app: :crux_rest,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.6",
description: "Package providing rest functions and rate limiting for the Discord API",
source_url: "https://github.com/SpaceEEC/crux_rest/",
Expand Down

0 comments on commit 10de48c

Please sign in to comment.