Skip to content

Commit

Permalink
chore: release 0.2.2 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed Oct 10, 2020
1 parent 061c85e commit 1a99081
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.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
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.1"}
{:crux_rest, "~> 0.2.2"}
]
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"
@vsn "0.2.2"
@name :crux_rest

def project do
Expand Down

0 comments on commit 1a99081

Please sign in to comment.