Skip to content

Commit 1a99081

Browse files
authored
chore: release 0.2.2 (#9)
1 parent 061c85e commit 1a99081

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2019 SpaceEEC
3+
Copyright (c) 2018-2020 SpaceEEC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Library providing rest functions and rate limiting for the [Discord API](https:/
44

55
## Useful links
66

7-
- [Documentation](https://hexdocs.pm/crux_rest/0.2.1/)
7+
- [Documentation](https://hexdocs.pm/crux_rest/0.2.2/)
88
- [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/)
1010
- [Umbrella Development Documentation](https://crux.randomly.space/)
1111

1212
## Installation
@@ -16,7 +16,7 @@ The library can be installed by adding `crux_rest` to your list of dependencies
1616
```elixir
1717
def deps do
1818
[
19-
{:crux_rest, "~> 0.2.1"}
19+
{:crux_rest, "~> 0.2.2"}
2020
]
2121
end
2222
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Crux.Rest.MixProject do
22
use Mix.Project
33

4-
@vsn "0.2.1"
4+
@vsn "0.2.2"
55
@name :crux_rest
66

77
def project do

0 commit comments

Comments
 (0)