Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed Apr 3, 2019
1 parent ced8c4e commit 482d902
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 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 SpaceEEC
Copyright (c) 2018-2019 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
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
# Crux.Structs

Package providing structures representing objects from the [Discord API](https://discordapp.com/developers) and a few [utility](lib/structs/util.ex) functions.
Library providing structures representing objects from the [Discord API](https://discordapp.com/developers) and a few [utility](lib/structs/util.ex) functions.

## Useful links

- [Documentation](https://hexdocs.pm/crux_structs/0.1.6/)
- [Documentation](https://hexdocs.pm/crux_structs/0.2.0/)
- [Github](https://github.com/SpaceEEC/crux_structs/)
- [Changelog](https://github.com/SpaceEEC/crux_structs/releases/tag/0.1.6/)
- [Changelog](https://github.com/SpaceEEC/crux_structs/releases/tag/0.2.0/)
- [Umbrella Development Documentation](https://crux.randomly.space/)

## Installation

The package can be installed by adding `crux_structs` to your list of dependencies in `mix.exs`:
The lbirary can be installed by adding `crux_structs` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:crux_structs, "~> 0.1.6"}
{:crux_structs, "~> 0.2.0"}
]
end
```

The docs for the latest release can be found at [hexdocs](https://hexdocs.pm/crux_structs).
Unified docs of all libraries for their respective latest commits can be found [here](https://crux.randomly.space).
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Crux.Structs.MixProject do
use Mix.Project

@vsn "0.2.0-dev"
@vsn "0.2.0"
@name :crux_structs

def project do
Expand Down

0 comments on commit 482d902

Please sign in to comment.