From 1a99081718efda22bf31956e5546acdfe98c5019 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Sat, 10 Oct 2020 17:02:24 +0200 Subject: [PATCH] chore: release 0.2.2 (#9) --- LICENSE | 2 +- README.md | 6 +++--- mix.exs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 1501ee3..28a777e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2019 SpaceEEC +Copyright (c) 2018-2020 SpaceEEC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0a1a897..fe79ec1 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.1/) + - [Documentation](https://hexdocs.pm/crux_rest/0.2.2/) - [Github](https://github.com/SpaceEEC/crux_rest/) - - [Changelog](https://github.com/SpaceEEC/crux_rest/releases/tag/0.2.1/) + - [Changelog](https://github.com/SpaceEEC/crux_rest/releases/tag/0.2.2/) - [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.1"} + {:crux_rest, "~> 0.2.2"} ] end ``` diff --git a/mix.exs b/mix.exs index c6f301d..4525368 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Crux.Rest.MixProject do use Mix.Project - @vsn "0.2.1" + @vsn "0.2.2" @name :crux_rest def project do