From 66752b8af95fd02b88a93588a52e7b26af9fd2f6 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Thu, 21 Nov 2019 14:26:52 +0100 Subject: [PATCH] chore: release 0.2.1 --- README.md | 6 +++--- mix.exs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76a17fe..65767d1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` diff --git a/mix.exs b/mix.exs index 6e114fa..c6f301d 100644 --- a/mix.exs +++ b/mix.exs @@ -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