File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2018-2019 SpaceEEC
3
+ Copyright (c) 2018-2020 SpaceEEC
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Library providing rest functions and rate limiting for the [Discord API](https:/
4
4
5
5
## Useful links
6
6
7
- - [ Documentation] ( https://hexdocs.pm/crux_rest/0.2.1 / )
7
+ - [ Documentation] ( https://hexdocs.pm/crux_rest/0.2.2 / )
8
8
- [ Github] ( https://github.com/SpaceEEC/crux_rest/ )
9
- - [ Changelog] ( https://github.com/SpaceEEC/crux_rest/releases/tag/0.2.1 / )
9
+ - [ Changelog] ( https://github.com/SpaceEEC/crux_rest/releases/tag/0.2.2 / )
10
10
- [ Umbrella Development Documentation] ( https://crux.randomly.space/ )
11
11
12
12
## Installation
@@ -16,7 +16,7 @@ The library can be installed by adding `crux_rest` to your list of dependencies
16
16
``` elixir
17
17
def deps do
18
18
[
19
- {:crux_rest , " ~> 0.2.1 " }
19
+ {:crux_rest , " ~> 0.2.2 " }
20
20
]
21
21
end
22
22
```
Original file line number Diff line number Diff line change 1
1
defmodule Crux.Rest.MixProject do
2
2
use Mix.Project
3
3
4
- @ vsn "0.2.1 "
4
+ @ vsn "0.2.2 "
5
5
@ name :crux_rest
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments