Skip to content

Commit

Permalink
chore: release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed Nov 7, 2018
1 parent 330af5a commit 7379f6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Package providing rest functions and rate limiting for the [Discord API](https:/

## Useful links

- [Documentation](https://hexdocs.pm/crux_rest/0.1.5/)
- [Documentation](https://hexdocs.pm/crux_rest/0.1.7/)
- [Github](https://github.com/SpaceEEC/crux_rest/)
- [Changelog](https://github.com/SpaceEEC/crux_rest/releases/tag/0.1.5/)
- [Changelog](https://github.com/SpaceEEC/crux_rest/releases/tag/0.1.7/)
- [Umbrella Development Documentation](https://crux.randomly.space/)

## Installation
Expand All @@ -16,7 +16,7 @@ The package can be installed by adding `crux_rest` to your list of dependencies
```elixir
def deps do
[
{:crux_rest, "~> 0.1.6"}
{:crux_rest, "~> 0.1.7"}
]
end
```
Expand All @@ -28,7 +28,7 @@ After providing a token to use via either your [config.exs](/config/config.exs),
For example:

```elixir
iex> Crux.Rest.create_message(445290716198076427, content: "Hello there!")
iex> Crux.Rest.create_message!(445290716198076427, content: "Hello there!")
%Crux.Structs.Message{
content: "Hello there!",
author: %Crux.Structs.User{...},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Crux.Rest.MixProject do
use Mix.Project

@vsn "0.1.6"
@vsn "0.1.7"
@name :crux_rest

def project do
Expand Down

0 comments on commit 7379f6a

Please sign in to comment.