File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2018 SpaceEEC
3
+ Copyright (c) 2018-2019 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 1
1
# Crux.Gateway
2
2
3
- Package providing a flexible gateway connection to the Discord API.
3
+ Library providing a flexible gateway connection to the Discord API.
4
4
5
5
## Useful links
6
6
7
- - [ Documentation] ( https://hexdocs.pm/crux_gateway/0.1.4 / )
7
+ - [ Documentation] ( https://hexdocs.pm/crux_gateway/0.2.0 / )
8
8
- [ 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 / )
10
10
- [ Umbrella Development Documentation] ( https://crux.randomly.space/ )
11
11
12
12
## Installation
13
13
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 ` :
15
15
16
16
``` elixir
17
17
def deps do
18
18
[
19
- {:crux_gateway , " ~> 0.1.4 " }
19
+ {:crux_gateway , " ~> 0.2.0 " }
20
20
]
21
21
end
22
22
```
Original file line number Diff line number Diff line change 1
1
defmodule Crux.Gateway.MixProject do
2
2
use Mix.Project
3
3
4
- @ vsn "0.2.0-dev "
4
+ @ vsn "0.2.0"
5
5
@ name :crux_gateway
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments