Skip to content

Commit b660247

Browse files
committed
chore: release 0.2.0
1 parent 8dc095d commit b660247

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 SpaceEEC
3+
Copyright (c) 2018-2019 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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Crux.Gateway
22

3-
Package providing a flexible gateway connection to the Discord API.
3+
Library providing a flexible gateway connection to the Discord API.
44

55
## Useful links
66

7-
- [Documentation](https://hexdocs.pm/crux_gateway/0.1.4/)
7+
- [Documentation](https://hexdocs.pm/crux_gateway/0.2.0/)
88
- [Github](https://github.com/SpaceEEC/crux_gateway/)
9-
- [Changelog](https://github.com/SpaceEEC/crux_gateway/releases/tag/0.1.4/)
9+
- [Changelog](https://github.com/SpaceEEC/crux_gateway/releases/tag/0.2.0/)
1010
- [Umbrella Development Documentation](https://crux.randomly.space/)
1111

1212
## Installation
1313

14-
The package can be installed by adding `crux_gateway` to your list of dependencies in `mix.exs`:
14+
The library can be installed by adding `crux_gateway` to your list of dependencies in `mix.exs`:
1515

1616
```elixir
1717
def deps do
1818
[
19-
{:crux_gateway, "~> 0.1.4"}
19+
{:crux_gateway, "~> 0.2.0"}
2020
]
2121
end
2222
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Crux.Gateway.MixProject do
22
use Mix.Project
33

4-
@vsn "0.2.0-dev"
4+
@vsn "0.2.0"
55
@name :crux_gateway
66

77
def project do

0 commit comments

Comments
 (0)