Skip to content

Commit

Permalink
chore: release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed Nov 21, 2019
1 parent cde9470 commit 66752b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Library providing rest functions and rate limiting for the [Discord API](https:/

## Useful links

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

## Installation
Expand All @@ -16,7 +16,7 @@ The library can be installed by adding `crux_rest` to your list of dependencies
```elixir
def deps do
[
{:crux_rest, "~> 0.2.0"}
{:crux_rest, "~> 0.2.1"}
]
end
```
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.2.1-dev"
@vsn "0.2.1"
@name :crux_rest

def project do
Expand Down

0 comments on commit 66752b8

Please sign in to comment.